[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1973-g1835d93

Piotr Przybylski crackpl at users.sourceforge.net
Tue May 24 15:03:40 CEST 2011


The branch, master has been updated
       via  1835d93534d7e82b10c4e08805204b5d10459e63 (commit)
      from  9f5fad2697564642aa88f3652f08d75cb3ac0b04 (commit)


- Log -----------------------------------------------------------------
commit 1835d93534d7e82b10c4e08805204b5d10459e63
Author: Piotr Przybylski <piotrprz at gmail.com>
Date:   Tue May 24 15:03:17 2011 +0200

    Indentation fixes

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

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

diff --git a/server_databases.php b/server_databases.php
index a4fbf89..365055a 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -263,13 +263,13 @@ if ($databases_count > 0) {
     }
 
     if (empty($dbstats)) {
-	echo '<ul><li id="li_switch_dbstats"><strong>' . "\n";
-        echo '        <a href="./server_databases.php?' . $url_query . '&dbstats=1"'
-            .' title="' . __('Enable Statistics') . '">' . "\n"
-            .'            ' . __('Enable Statistics');
-	echo '</a></strong><br />' . "\n";
-	PMA_Message::notice(__('Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.'))->display();
-	echo '</li>' . "\n" . '</ul>' . "\n";
+        echo '<ul><li id="li_switch_dbstats"><strong>' . "\n";
+            echo '        <a href="./server_databases.php?' . $url_query . '&dbstats=1"'
+                .' title="' . __('Enable Statistics') . '">' . "\n"
+                .'            ' . __('Enable Statistics');
+        echo '</a></strong><br />' . "\n";
+        PMA_Message::notice(__('Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.'))->display();
+        echo '</li>' . "\n" . '</ul>' . "\n";
     }
     echo '</form>';
     echo '</div>';


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list