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:
authorMichal Čihař <michal@cihar.com>2011-11-24 22:25:08 +0400
committerMichal Čihař <michal@cihar.com>2011-11-24 22:25:08 +0400
commit03fd5593823d6999e85792a910d460902f844db3 (patch)
treeae119a218ea384912d80d411f5e32b994945698d /server_databases.php
parent378fe0b5972ce57f38faf333986a5538d104cf50 (diff)
Fix syntax error introduced by f62c4a1809458008c778afac98e481f54def216b
Diffstat (limited to 'server_databases.php')
-rw-r--r--server_databases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_databases.php b/server_databases.php
index c76da53c01..0b01f4c1bc 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -247,7 +247,7 @@ if ($databases_count > 0) {
foreach ($replication_types as $type) {
if (${"server_{$type}_status"}) {
echo ' <th></th>' . "\n";
- {
+ }
}
if ($is_superuser) {