diff --git a/ChangeLog b/ChangeLog index a9ec9b43d..5c5b9adbc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-07-11 Michal Čihař + * db_operations.php: Allow adding DROP TABLE when copying database (RFE + #1235761). + 2005-07-10 Robin Johnson * config.inc.php, Documentation.html, libraries/common.lib.php, libraries/config_import.lib.php: diff --git a/db_operations.php b/db_operations.php index a46c27d4f..936697774 100644 --- a/db_operations.php +++ b/db_operations.php @@ -234,8 +234,10 @@ if ($cfgRelation['commwork']) {   
  
  
+
+