[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-23444-g03fd559

Michal Čihař nijel at users.sourceforge.net
Thu Nov 24 19:26:13 CET 2011


The branch, master has been updated
       via  03fd5593823d6999e85792a910d460902f844db3 (commit)
      from  378fe0b5972ce57f38faf333986a5538d104cf50 (commit)


- Log -----------------------------------------------------------------
commit 03fd5593823d6999e85792a910d460902f844db3
Author: Michal Čihař <michal at cihar.com>
Date:   Thu Nov 24 19:25:08 2011 +0100

    Fix syntax error introduced by f62c4a1809458008c778afac98e481f54def216b

-----------------------------------------------------------------------

Summary of changes:
 server_databases.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server_databases.php b/server_databases.php
index c76da53..0b01f4c 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) {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list