Merge branch 'QA_3_3'
This commit is contained in:
@@ -1087,6 +1087,9 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view
|
|||||||
|
|
||||||
// Basic url query part
|
// Basic url query part
|
||||||
$url_params = array();
|
$url_params = array();
|
||||||
|
if (! isset($GLOBALS['db'])) {
|
||||||
|
$GLOBALS['db'] = '';
|
||||||
|
}
|
||||||
if (strlen($GLOBALS['db'])) {
|
if (strlen($GLOBALS['db'])) {
|
||||||
$url_params['db'] = $GLOBALS['db'];
|
$url_params['db'] = $GLOBALS['db'];
|
||||||
if (strlen($GLOBALS['table'])) {
|
if (strlen($GLOBALS['table'])) {
|
||||||
|
Reference in New Issue
Block a user