From f29ba1484f4a230651a40f4b3e26444d9748453f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 10 Nov 2008 06:29:19 +0100 Subject: code cleanup, test for db_escape() crazyness in DB sanity check --- errors.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'errors.php') 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"); ?> -- cgit v1.2.3