Almost completed appending of newly created database to the database table. Still need to get db statistics

This commit is contained in:
ninadsp
2010-08-03 23:28:31 +05:30
parent ab16573b34
commit b99bad8cdd
3 changed files with 44 additions and 5 deletions

View File

@@ -295,7 +295,7 @@ if ($databases_count > 0) {
} // end foreach ($databases as $key => $current)
unset($current, $odd_row);
echo '<tr>' . "\n";
echo '<tr id="db_summary_row">' . "\n";
if ($is_superuser || $cfg['AllowUserDropDatabase']) {
echo ' <th></th>' . "\n";
}