The branch, master has been updated
       via  871a474a9765b26dcce99249d692f0efef16c7c0 (commit)
      from  5ea6683d0e80ef4022c6509dcf6b1ad206b0c859 (commit)


- Log -----------------------------------------------------------------
commit 871a474a9765b26dcce99249d692f0efef16c7c0
Author: Marc Delisle <[email protected]>
Date:   Tue Jan 11 08:03:06 2011 -0500

    Avoid notice for undefined global

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

Summary of changes:
 db_operations.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/db_operations.php b/db_operations.php
index 94120d9..b4a4263 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -103,9 +103,7 @@ if (strlen($db) && (! empty($db_rename) || ! 
empty($db_copy))) {
         // go back to current db, just in case
         PMA_DBI_select_db($db);
 
-        if (isset($GLOBALS['add_constraints']) || $move) {
-            $GLOBALS['sql_constraints_query_full_db'] = array();
-        }
+        $GLOBALS['sql_constraints_query_full_db'] = array();
 
         $tables_full = PMA_DBI_get_tables_full($db);
         $views = array();


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to