block mysql versions where true is undefined in sanity_check

This commit is contained in:
Andrew Dolgov
2006-08-13 05:46:40 +01:00
parent 746a0d5eb3
commit aec3ce39de
3 changed files with 22 additions and 4 deletions

View File

@@ -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.";
?>