Merge branch 'QA_3_3'

This commit is contained in:
Michal Čihař
2010-08-31 11:44:30 +02:00

View File

@@ -1087,6 +1087,9 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view
// 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'])) {