[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-20-g76483d6

Marc Delisle lem9 at users.sourceforge.net
Sun Jan 9 14:01:21 CET 2011


The branch, master has been updated
       via  76483d6b4dbd848d2e3ef0a3f2b4b59e0f27029e (commit)
      from  b41947d46e9ba888cc6f7f94af23e134bf412e08 (commit)


- Log -----------------------------------------------------------------
commit 76483d6b4dbd848d2e3ef0a3f2b4b59e0f27029e
Author: Marc Delisle <marc at infomarc.info>
Date:   Sun Jan 9 08:01:05 2011 -0500

    Page selector in Databases tab did not trigger on change

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

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

diff --git a/server_databases.php b/server_databases.php
index af4b3cf..8c81553 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -116,6 +116,7 @@ if ($server > 0) {
  * Displays the page
  */
 if ($databases_count > 0) {
+    echo '<div id="tableslistcontainer">';
     reset($databases);
     $first_database = current($databases);
     // table col order
@@ -261,6 +262,7 @@ if ($databases_count > 0) {
 	echo '</li>' . "\n" . '</ul>' . "\n";
     }
     echo '</form>';
+    echo '</div>';
 } else {
     echo __('No databases');
 }


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list