bug 807047: better fix

This commit is contained in:
Marc Delisle
2003-10-11 12:54:55 +00:00
parent d2fa765855
commit e3839c0844
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-10-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/grab_globals.lib.php3: bug 807047, better fix
2003-10-10 Marc Delisle <lem9@users.sourceforge.net>
* footer.inc.php3: bug 819036, undefined function PMA_setHistory()

View File

@@ -23,7 +23,7 @@ if (!defined('PMA_GRAB_GLOBALS_INCLUDED')) {
if (is_array($value)) {
// there could be a variable coming from a cookie of
// another application, with the same name as this array
unset($GLOBALS[$key]);
unset($target[$key]);
PMA_gpc_extract($value, $target[$key]);
} else if ($is_magic_quotes) {