diff --git a/ChangeLog b/ChangeLog index f556c3c6c..edae5e3d7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,10 @@ $Id$ $Source$ 2002-12-01 Alexander M. Turek - * 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 + * libraries/grab_globals.lib.php3: Possible fix against bug #641652. 2002-12-01 Marc Delisle * user_details.php3: the script wrongly created a user % when asked diff --git a/libraries/grab_globals.lib.php3 b/libraries/grab_globals.lib.php3 index e0316cfd4..ac38b90f7 100644 --- a/libraries/grab_globals.lib.php3 +++ b/libraries/grab_globals.lib.php3 @@ -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__