Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Przybylski <piotrprz@gmail.com>2011-05-24 17:03:17 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-05-24 17:03:17 +0400
commit1835d93534d7e82b10c4e08805204b5d10459e63 (patch)
treef4c0a7ad35b1bc4197377863eb37d97845813173 /server_databases.php
parent9f5fad2697564642aa88f3652f08d75cb3ac0b04 (diff)
Indentation fixes
Diffstat (limited to 'server_databases.php')
-rw-r--r--server_databases.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/server_databases.php b/server_databases.php
index a4fbf89405..365055aa49 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 . '&amp;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 . '&amp;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>';