Removed unused code.

This commit is contained in:
Michal Čihař
2005-10-08 15:17:42 +00:00
parent b64dccc2ae
commit ee4ca2cc4f
2 changed files with 1 additions and 7 deletions

View File

@@ -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

View File

@@ -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