Almost completed appending of newly created database to the database table. Still need to get db statistics
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user