From fa02a8669ddceeb77367a420a1a84dd303a2b297 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 4 Mar 2012 07:31:37 -0500 Subject: [PATCH] All cases of globalizing $_GET variables are hopefully covered by now --- libraries/grab_globals.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/grab_globals.lib.php b/libraries/grab_globals.lib.php index 9b85998fb6..7fdfc02058 100644 --- a/libraries/grab_globals.lib.php +++ b/libraries/grab_globals.lib.php @@ -78,9 +78,9 @@ $_import_blacklist = array( //'/^PMA_.*$/i', // other PMA variables ); -if (! empty($_GET)) { - PMA_recursive_extract($_GET, $GLOBALS); -} +//if (! empty($_GET)) { +// PMA_recursive_extract($_GET, $GLOBALS); +//} if (! empty($_POST)) { PMA_recursive_extract($_POST, $GLOBALS);