back to previous version

This commit is contained in:
Alexander M. Turek
2002-12-02 06:14:30 +00:00
parent 71295834ea
commit 1204e9df9e
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,10 @@ $Id$
$Source$
2002-12-01 Alexander M. Turek <rabus@users.sourceforge.net>
* libaries/grab_globals.lib.php3: Merged a possible fix against bug #641652.
* libraries/grab_globals.lib.php3: Back to previous version.
2002-12-01 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/grab_globals.lib.php3: Possible fix against bug #641652.
2002-12-01 Marc Delisle <lem9@users.sourceforge.net>
* user_details.php3: the script wrongly created a user % when asked

View File

@@ -54,9 +54,6 @@ if (!defined('PMA_GRAB_GLOBALS_INCLUDED')) {
if (isset($table)) {
$table = stripslashes($table);
}
if (isset($sql_query)) {
$sql_query = stripslashes($sql_query);
}
}
} // $__PMA_GRAB_GLOBALS_LIB__