Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorninadsp <ninadsp16289@gmail.com>2010-08-03 21:58:31 +0400
committerninadsp <ninadsp16289@gmail.com>2010-08-03 21:58:31 +0400
commitb99bad8cdd6430e2dc7b4a45b28b758044bed700 (patch)
tree42e6846a96e9c1f151ce4aad7f7386840f437477 /server_databases.php
parentab16573b34a4a2cc80f3a4a99420aed5300610f5 (diff)
Almost completed appending of newly created database to the database table. Still need to get db statistics
Diffstat (limited to 'server_databases.php')
-rwxr-xr-xserver_databases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_databases.php b/server_databases.php
index 7aeee672cd..20fe11433d 100755
--- a/server_databases.php
+++ b/server_databases.php
@@ -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";
}