This commit is contained in:
Alexander M. Turek
2003-01-11 12:52:42 +00:00
parent 62bc1a3f15
commit 320c4d6817
7 changed files with 97 additions and 71 deletions

View File

@@ -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 />