if (client.db_err && client.db_err != "null") {
write("Your request could be processed because a database error occurred.
");
write(""+client.db_err+"
");
}
else {
write("Tock was unable to establish a connection to the database.
");
}
client.db_err = null;
Please contact your administrator for assistance.