This commit is contained in:
Alexander M. Turek
2002-07-01 15:00:15 +00:00
parent 64af4fb321
commit a5a61cecba
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-07-01 Alexander M. Turek <rabus@users.sourceforge.net>
* sql.php3: Fixed bug #575867 (Error with limit or load in the table name).
2002-06-30 Marc Delisle <lem9@users.sourceforge.net>
* user_details.php3: fix the tooltip
* 2.3.0-rc2 released

View File

@@ -609,7 +609,7 @@ require('./footer.inc.php3');
$sql_str = eregi_replace($pattern, $replace, $sql_str);
// convert reservered words to upper case if not yet done
$sql_str = eregi_replace("$w ", "$w ", $sql_str);
$sql_str = substr(eregi_replace(" $w ", " $w ", ' ' . $sql_str), 1);
}; // end foreach
// remove repeated spaces