bug #641652
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-12-01 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* libaries/grab_globals.lib.php3: Merged a possible fix against bug #641652.
|
||||
|
||||
2002-12-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* user_details.php3: the script wrongly created a user % when asked
|
||||
to create an anonymous user (should be empty)
|
||||
|
@@ -54,6 +54,9 @@ 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__
|
||||
|
Reference in New Issue
Block a user