[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4775-g017c8c4

Michal Čihař nijel at users.sourceforge.net
Tue Jun 8 10:38:37 CEST 2010


The branch, master has been updated
       via  017c8c42215223c51c3e1426f27e4c3e9f168668 (commit)
      from  2e955af34451852700ac502f917e74fb852f326d (commit)


- Log -----------------------------------------------------------------
commit 017c8c42215223c51c3e1426f27e4c3e9f168668
Author: Michal Čihař <mcihar at novell.com>
Date:   Tue Jun 8 10:38:26 2010 +0200

    Name is already a message.

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

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 bfb2946..de962b8 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -196,7 +196,7 @@ if ($databases_count > 0) {
       elseif($type == "slave")
         $name = __('Slave replication');
       if (${"server_{$type}_status"})
-        echo '    <th>'.$GLOBALS[$name].'</th>' . "\n";
+        echo '    <th>'. $name .'</th>' . "\n";
     }
 
     if ($is_superuser) {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list