[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_3-26-gf483cdb

Marc Delisle lem9 at users.sourceforge.net
Fri May 28 19:06:40 CEST 2010


The branch, QA_3_3 has been updated
       via  f483cdb1233ea9db1d3d85d498f2ad22b6f578ee (commit)
      from  bf53d9766d699edc439e59761432c71f6191ee97 (commit)


- Log -----------------------------------------------------------------
commit f483cdb1233ea9db1d3d85d498f2ad22b6f578ee
Author: Marc Delisle <marc at infomarc.info>
Date:   Fri May 28 13:06:06 2010 -0400

    bug #3008411 Last dropped database remains active in navi

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

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

diff --git a/ChangeLog b/ChangeLog
index 28b4c09..c15c9a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
 - [browse] Fix handling of sort order if only column is specified.
 + [lang] Greek update, thanks to Panagiotis Papazoglou - panos78
 + [lang] Updated lot of translation based on work done in master branch.
+- bug #3008411 [databases] Last dropped database remains active in navi
 
 3.3.3.0 (2010-05-10)
 - patch #2982480 [navi] Do not group if there would be one table in group,
diff --git a/server_databases.php b/server_databases.php
index 26e278a..47037cc 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -58,7 +58,7 @@ if ((isset($_REQUEST['drop_selected_dbs']) || isset($_REQUEST['query_type']))
             $selected_db = $_REQUEST['selected_dbs'];
         }
         require './libraries/mult_submits.inc.php';
-        unset($action, $submit_mult, $err_url, $selected_db);
+        unset($action, $submit_mult, $err_url, $selected_db, $GLOBALS['db']);
         if (empty($message)) {
             $message = PMA_Message::success('strDatabasesDropped');
             if ($mult_btn == $strYes) {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list