Bug #3281316 Loading message stays on screen for too long
This commit is contained in:
2
sql.php
2
sql.php
@@ -710,7 +710,7 @@ if (0 == $num_rows || $is_affected) {
|
||||
}
|
||||
|
||||
if ($cfg['ShowSQL']) {
|
||||
$extra_data['result_query'] = PMA_showMessage($message, $GLOBALS['sql_query'], 'success');
|
||||
$extra_data['sql_query'] = PMA_showMessage($message, $GLOBALS['sql_query'], 'success');
|
||||
}
|
||||
if (isset($GLOBALS['reload']) && $GLOBALS['reload'] == 1) {
|
||||
$extra_data['reload'] = 1;
|
||||
|
Reference in New Issue
Block a user