bug #2127094 [interface] Misleading message after cancelling an action

This commit is contained in:
Marc Delisle
2008-10-13 13:01:10 +00:00
parent a59be5d43e
commit 59ee6cf64c
2 changed files with 3 additions and 0 deletions

View File

@@ -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 -

View File

@@ -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');
}
?>