From 1204e9df9e359e0aa0514d20030c699fa9681a9e Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 2 Dec 2002 06:14:30 +0000 Subject: [PATCH] back to previous version --- ChangeLog | 5 ++++- libraries/grab_globals.lib.php3 | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) 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__