Removed unused code.
This commit is contained in:
@@ -36,6 +36,7 @@ $Source$
|
||||
(RFE #1240480).
|
||||
* libraries/storage_engines.lib.php: Use defined messages.
|
||||
* libraries/auth/cookie.auth.lib.php: Removed unused code parts.
|
||||
* libraries/sqlvalidator.lib.php: Removed unused code.
|
||||
|
||||
2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
|
||||
|
@@ -88,13 +88,6 @@ function PMA_validateSQL($sql)
|
||||
|
||||
} // end if
|
||||
|
||||
/*
|
||||
else {
|
||||
// The service is not available so note that properly
|
||||
$str = $GLOBALS['strValidatorDisabled'];
|
||||
} // end if... else...
|
||||
*/
|
||||
|
||||
// Gives string back to caller
|
||||
return $str;
|
||||
} // end of the "PMA_validateSQL()" function
|
||||
|
Reference in New Issue
Block a user