summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-11-10 06:29:19 +0100
committerAndrew Dolgov <[email protected]>2008-11-10 06:29:19 +0100
commitf29ba1484f4a230651a40f4b3e26444d9748453f (patch)
tree0b8d66229a08600986654a060ad2128b6d07f130 /errors.php
parentd2bf48f90ad1997406708811c45163567b9c3ff0 (diff)
code cleanup, test for db_escape() crazyness in DB sanity check
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/errors.php b/errors.php
index dc47f38e4..bd7b53fe4 100644
--- a/errors.php
+++ b/errors.php
@@ -28,4 +28,6 @@
official site for more information.");
$ERRORS[11] = "[This error is not returned by server]";
+
+ $ERRORS[12] = __("SQL escaping test failed, check your database and PHP configuration");
?>