[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_3_1-65-gf9b77fd

Michal Čihař nijel at users.sourceforge.net
Fri Aug 5 13:51:55 CEST 2011


The branch, QA_3_4 has been updated
       via  f9b77fd15336f68f7c7af11a8d1e0ae52cf80d1d (commit)
      from  7b9e61dac14d52d42317ea1fd4b1571d320f38b7 (commit)


- Log -----------------------------------------------------------------
commit f9b77fd15336f68f7c7af11a8d1e0ae52cf80d1d
Author: Michal Čihař <mcihar at suse.cz>
Date:   Fri Aug 5 13:51:05 2011 +0200

    Add missing space (bug#3386434)

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

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

diff --git a/server_status.php b/server_status.php
index 3b44a4a..c4254a3 100644
--- a/server_status.php
+++ b/server_status.php
@@ -489,6 +489,7 @@ if ($server_master_status || $server_slave_status) {
     } elseif ($server_slave_status) {
         echo __('This MySQL server works as <b>slave</b> in <b>replication</b> process.');
     }
+    echo ' ';
     echo __('For further information about replication status on the server, please visit the <a href=#replication>replication section</a>.');
     echo '</p>';
 }


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list