From 5f52d9a269f6a0122991e1ac7cc33419a1112ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 22 Aug 2001 00:26:22 +0000 Subject: [PATCH] replaced MYSQL_MAJOR_VERSION by MYSQL_INT_VERSION --- lib.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.inc.php3 b/lib.inc.php3 index 4b980682d..2e50880d1 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -1277,7 +1277,7 @@ var errorMsg2 = '= 32321) { + if (MYSQL_INT_VERSION >= 32321) { // Whether to quote table and fields names or not if ($use_backquotes) { mysql_query('SET SQL_QUOTE_SHOW_CREATE = 1');