undefined variables after deleting a user

This commit is contained in:
Marc Delisle
2010-08-30 12:54:12 -04:00
parent 73ce5705bd
commit 1b812f2d25

View File

@@ -1080,6 +1080,9 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice')
// Basic url query part
$url_params = array();
if (! isset($GLOBALS['db'])) {
$GLOBALS['db'] = '';
}
if (strlen($GLOBALS['db'])) {
$url_params['db'] = $GLOBALS['db'];
if (strlen($GLOBALS['table'])) {