replaced MYSQL_MAJOR_VERSION by MYSQL_INT_VERSION

This commit is contained in:
Loïc Chapeaux
2001-08-22 00:26:22 +00:00
parent 239d13d1b3
commit 5f52d9a269

View File

@@ -1277,7 +1277,7 @@ var errorMsg2 = '<?php echo(str_replace('\'', '\\\'', $GLOBALS['strNotValidNumbe
// Steve Alberty's patch for complete table dump,
// modified by Lem9 to allow older MySQL versions to continue to work
if (MYSQL_MAJOR_VERSION >= 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');