bugfixes
This commit is contained in:
@@ -10,8 +10,7 @@ $server_links_count_tabs = 0;
|
||||
|
||||
|
||||
/**
|
||||
* If coming from a Show MySQL link on the home page,
|
||||
* put something in $sub_part
|
||||
* Put something in $sub_part
|
||||
*/
|
||||
if (!isset($sub_part)) {
|
||||
$sub_part = '';
|
||||
@@ -27,6 +26,14 @@ if ($is_superuser) {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Displays a message
|
||||
*/
|
||||
if (!empty($message)) {
|
||||
PMA_showMessage($message);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Displays tab links
|
||||
*/
|
||||
@@ -50,4 +57,3 @@ echo PMA_printTab($strServerTabProcesslist, 'server_processlist.php3', $url_quer
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
|
||||
|
Reference in New Issue
Block a user