Drop multiple databases.

This commit is contained in:
Alexander M. Turek
2003-02-09 16:03:20 +00:00
parent 84e4fe065a
commit 543d11c0ad
97 changed files with 395 additions and 427 deletions

View File

@@ -397,19 +397,16 @@ if ($server > 0) {
</td>
</tr>
<?php
if (PMA_MYSQL_INT_VERSION >= 32303) {
echo "\n";
?>
}
?>
<tr>
<td valign="baseline"><img src="<?php echo $item_img; ?>" width="7" height="7" alt="item" /></td>
<td>
<a href="db_stats.php3?<?php echo $common_url_query; ?>">
<?php echo $strDatabasesStats; ?></a>
<a href="./server_databases.php3?<?php echo $common_url_query; ?>">
<?php echo $strDatabases; ?></a>
</td>
</tr>
<?php
}
}
<?php
// Change password (needs another message)
if ($cfg['ShowChgPassword']) {