bug 807047: better fix
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2003-10-10 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* footer.inc.php3: bug 819036, undefined function PMA_setHistory()
|
* footer.inc.php3: bug 819036, undefined function PMA_setHistory()
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@ if (!defined('PMA_GRAB_GLOBALS_INCLUDED')) {
|
|||||||
if (is_array($value)) {
|
if (is_array($value)) {
|
||||||
// there could be a variable coming from a cookie of
|
// there could be a variable coming from a cookie of
|
||||||
// another application, with the same name as this array
|
// another application, with the same name as this array
|
||||||
unset($GLOBALS[$key]);
|
unset($target[$key]);
|
||||||
|
|
||||||
PMA_gpc_extract($value, $target[$key]);
|
PMA_gpc_extract($value, $target[$key]);
|
||||||
} else if ($is_magic_quotes) {
|
} else if ($is_magic_quotes) {
|
||||||
|
Reference in New Issue
Block a user