summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-13 05:46:40 +0100
committerAndrew Dolgov <[email protected]>2006-08-13 05:46:40 +0100
commitaec3ce39de92ab044cbfb4eaa7f98a564a010510 (patch)
tree80ab738ab14bd5ba0468c4b8037f6ff3e13ff1a8 /errors.php
parent746a0d5eb3488200c0b48e86dbc51a118bfae864 (diff)
block mysql versions where true is undefined in sanity_check
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/errors.php b/errors.php
index 556af0882..603ef7056 100644
--- a/errors.php
+++ b/errors.php
@@ -22,4 +22,7 @@
$ERRORS[8] = "Denied. Your access level is insufficient to access this page.";
$ERRORS[9] = "Configuration check failed";
+
+ $ERRORS[10] = "Your version of MySQL is not currently supported. Please see
+ official site for more information.";
?>