bug #2127094 [interface] Misleading message after cancelling an action
This commit is contained in:
@@ -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
|
- bug #2153970 [core] Properly truncate SQL to avoid half of html tags
|
||||||
+ [lang] Romanian update, thanks to Sergiu Bivol - sbivol
|
+ [lang] Romanian update, thanks to Sergiu Bivol - sbivol
|
||||||
- bug #2161443 [structure] Incorrect index choice shown when modifying an index
|
- 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)
|
3.0.0.0 (2008-09-27)
|
||||||
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -
|
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -
|
||||||
|
@@ -425,5 +425,7 @@ elseif ($mult_btn == $strYes) {
|
|||||||
// when dropping a db from server_databases
|
// when dropping a db from server_databases
|
||||||
$GLOBALS['pma']->databases->build();
|
$GLOBALS['pma']->databases->build();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$message = PMA_Message::success('strNoModification');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user