]> git.wh0rd.org - tt-rss.git/blobdiff - errors.php
code cleanup, test for db_escape() crazyness in DB sanity check
[tt-rss.git] / errors.php
index c7499a9ce5595fad016a8b65b466523116136838..bd7b53fe40d3a4149bd366c2f0a633ab9c93c765 100644 (file)
@@ -26,4 +26,8 @@
 
        $ERRORS[10] = __("Your version of MySQL is not currently supported. Please see 
                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");
 ?>