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