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:
authorxmujay <xmujay@gmail.com>2013-04-10 19:07:02 +0400
committerxmujay <xmujay@gmail.com>2013-04-10 19:07:02 +0400
commit42fcc5f6f6ee85799ceada864a1342cd9b2350c8 (patch)
treee4a263c5372c35c9454d385f220b351a5b18321d /server_databases.php
parent7c86aab8f98a857afc2b7e718a082b6ceb2a57de (diff)
merge with $html="" with php statements below
Diffstat (limited to 'server_databases.php')
-rw-r--r--server_databases.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/server_databases.php b/server_databases.php
index 1031be4934..8faae0b54a 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -164,7 +164,6 @@ if ($server > 0) {
/**
* Displays the page
*/
-$html = "";
if ($databases_count > 0) {
$html .= '<div id="tableslistcontainer">';
reset($databases);