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


- Log -----------------------------------------------------------------
commit 017c8c42215223c51c3e1426f27e4c3e9f168668
Author: Michal Čihař <[email protected]>
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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to