libraries/sqlvalidator.*.php3: Finish fixing bug #644709

This commit is contained in:
Robin Johnson
2003-01-16 07:37:46 +00:00
parent 013b1dab79
commit 88b02c7da6
3 changed files with 11 additions and 6 deletions

View File

@@ -402,6 +402,12 @@ if (!defined('PMA_SQL_VALIDATOR_CLASS_INCLUDED')) {
} // end of the "validationString()" function
} // end class PMA_SQLValidator
//add an extra check to ensure that the class was defined without errors
if (!class_exists('PMA_SQLValidator')) {
$GLOBALS['sqlvalidator_error'] = TRUE;
}
} // end else
} // $__PMA_SQL_VALIDATOR_CLASS__