[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-15020-g3d57df5

Michal Čihař nijel at users.sourceforge.net
Mon Aug 15 17:44:51 CEST 2011


The branch, master has been updated
       via  3d57df57bd21bf9baa75aaa8e8c7b50145a4777b (commit)
      from  36775d227737e71f48d4b91433229fa91f1ba6d8 (commit)


- Log -----------------------------------------------------------------
commit 3d57df57bd21bf9baa75aaa8e8c7b50145a4777b
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Aug 15 17:44:39 2011 +0200

    More fixups

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

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

diff --git a/server_status.php b/server_status.php
index 24a0846..f52f3a6 100644
--- a/server_status.php
+++ b/server_status.php
@@ -1490,7 +1490,7 @@ function printMonitor()
         <?php echo __('The phpMyAdmin Monitor can assist you in optimizing the server configuration and track down time intensive queries. For the latter you will need to set log_output to \'TABLE\' and have either the slow_query_log or general_log enabled. Note however, that the general_log produces a lot of data and increases server load by up to 15%'); ?>
     <?php if(PMA_MYSQL_INT_VERSION < 50106) { ?>
         <p>
-        <img class="icon ic_s_attention" src="themes/dot.gif" alt="">
+        <img class="icon ic_s_attention" src="themes/dot.gif" alt="" />
         <?php
             echo __('Unfortunately your Database server does not support logging to table, which is a requirement for analyzing the database logs with phpMyAdmin. Logging to table is supported by MySQL 5.1.6 and onwards. You may still use the server charting features however.');
         ?>
@@ -1513,7 +1513,7 @@ function printMonitor()
                 echo '</p>';
             ?>
             <p>
-            <img class="icon ic_s_attention" src="themes/dot.gif" alt="">
+            <img class="icon ic_s_attention" src="themes/dot.gif" alt="" />
             <?php
                 echo '<strong>';
                 echo __('Please note:');


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list