This commit is contained in:
Alexander M. Turek
2002-12-01 20:00:25 +00:00
parent db133f8189
commit 71295834ea
2 changed files with 6 additions and 0 deletions

View File

@@ -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__