Cleanup of message displaying and navigation reloading.
This commit is contained in:
@@ -30,14 +30,6 @@ if ($is_superuser) {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Displays a message
|
||||
*/
|
||||
if (!empty($message)) {
|
||||
PMA_showMessage($message);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Displays tab links
|
||||
*/
|
||||
@@ -79,5 +71,13 @@ if (!$cfg['LightTabs']) {
|
||||
echo '<br />';
|
||||
}
|
||||
|
||||
/**
|
||||
* Displays a message
|
||||
*/
|
||||
if (!empty($message)) {
|
||||
PMA_showMessage($message);
|
||||
unset($message);
|
||||
}
|
||||
|
||||
?>
|
||||
<br />
|
||||
|
Reference in New Issue
Block a user