From d1027c518ef95974a75ff73e41cf57f689c5b0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 11 Jul 2005 13:12:44 +0000 Subject: [PATCH] Allow adding DROP TABLE when copying database (RFE #1235761). --- ChangeLog | 4 ++++ db_operations.php | 2 ++ 2 files changed, 6 insertions(+) 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']) {   
  
  
+
+