bug #594947
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-08-22 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* libraries/sqlvalidator.lib.php3: Fixed bug #594947.
|
||||||
|
|
||||||
2002-08-21 Marc Delisle <lem9@users.sourceforge.net>
|
2002-08-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_details.php3, read_dump.php3, libraries/functions.js, lang/*,
|
* db_details.php3, read_dump.php3, libraries/functions.js, lang/*,
|
||||||
config.inc.php3, Documentation.html: web-based upload directory,
|
config.inc.php3, Documentation.html: web-based upload directory,
|
||||||
|
@@ -62,7 +62,9 @@ if (!defined('PMA_SQL_VALIDATOR_INCLUDED')) {
|
|||||||
|
|
||||||
$str = '';
|
$str = '';
|
||||||
|
|
||||||
if ($cfg['SQLValidator']['use'] == TRUE) {
|
if ($cfg['SQLValidator']['use']
|
||||||
|
&& !(isset($GLOBALS['sqlvalidator_error'])
|
||||||
|
&& $GLOBALS['sqlvalidator_error'])) {
|
||||||
// create new class instance
|
// create new class instance
|
||||||
$srv = new PMA_SQLValidator();
|
$srv = new PMA_SQLValidator();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user