1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 10:23:53 +02:00

Bugtracker #4296 - table/prefix names beginning with numerics and 'e' cause mySQL error

This commit is contained in:
e107steved
2008-05-25 10:23:12 +00:00
parent 899490243b
commit d7d3355baa
2 changed files with 49 additions and 19 deletions

View File

@@ -144,6 +144,6 @@ define("LANINS_102", 'Date / Time');
define("LANINS_103", 'Reviews');
define("LANINS_104", 'Review Front Page ...');
define("LANINS_105", '');
define("LANINS_105", 'A database name or prefix beginning with some digits followed by \'e\' or \'E\' is not acceptable');
define("LANINS_106", '');
?>