From aec3ce39de92ab044cbfb4eaa7f98a564a010510 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 13 Aug 2006 05:46:40 +0100 Subject: block mysql versions where true is undefined in sanity_check --- errors.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'errors.php') 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."; ?> -- cgit v1.2.3