From 73b91caa2234f5f550ad8a18209085c3b3dc4bcd Mon Sep 17 00:00:00 2001 From: Aswani Prakash Date: Fri, 29 Jun 2018 09:44:13 +0530 Subject: [PATCH 1/2] drop table issue on copying tables fixed #14426 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aswani Prakash (cherry picked from commit 8fc4d862a81e1e3b19a3ad5686aaef33726892d7) Signed-off-by: MaurĂ­cio Meneghini Fauth --- libraries/classes/MultSubmits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/classes/MultSubmits.php b/libraries/classes/MultSubmits.php index 915ef9766d..fb694a28b7 100644 --- a/libraries/classes/MultSubmits.php +++ b/libraries/classes/MultSubmits.php @@ -401,7 +401,7 @@ class MultSubmits $html .= '
'; $html .= ''; $html .= '

'; - $html .= ''; + $html .= ''; $html .= '
'; $html .= ''; $html .= '
'; From b8a4352da028e710961e62fbdc0c0d31cf885d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 16 Aug 2018 03:28:05 -0300 Subject: [PATCH 2/2] Add ChangeLog entry for #14426 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index bff0b2ebd5..44c7879a08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ phpMyAdmin - ChangeLog - issue #14525 Fix PHP 7.3 warning: "continue" in "switch" is equal to "break" - issue #14554 Icon missing when creating a new trigger, routine, and event - issue #14422 Table comment not showing since 4.8.1 +- issue #14426 Drop table doesn't work when you copy tables to another database 4.8.2 (2018-06-21) - issue #14370 WHERE 0 causes Fatal error