From 59ee6cf64c6c84f392a6bb53cb46760b0648ba04 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 13 Oct 2008 13:01:10 +0000 Subject: [PATCH] bug #2127094 [interface] Misleading message after cancelling an action --- ChangeLog | 1 + libraries/mult_submits.inc.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 27bb82ec2..ae4d349ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #2153970 [core] Properly truncate SQL to avoid half of html tags + [lang] Romanian update, thanks to Sergiu Bivol - sbivol - bug #2161443 [structure] Incorrect index choice shown when modifying an index +- bug #2127094 [interface] Misleading message after cancelling an action 3.0.0.0 (2008-09-27) + [export] properly handle line breaks for YAML, thanks to Dan Barry - diff --git a/libraries/mult_submits.inc.php b/libraries/mult_submits.inc.php index 54334d965..abf8fc832 100644 --- a/libraries/mult_submits.inc.php +++ b/libraries/mult_submits.inc.php @@ -425,5 +425,7 @@ elseif ($mult_btn == $strYes) { // when dropping a db from server_databases $GLOBALS['pma']->databases->build(); } +} else { + $message = PMA_Message::success('strNoModification'); } ?>