make use of new third 'class' parameter for PMA_showMessage()
This commit is contained in:
@@ -144,7 +144,7 @@ if (count($binary_logs) > 1) {
|
||||
echo '</form>';
|
||||
}
|
||||
|
||||
PMA_showMessage($GLOBALS['strSuccess']);
|
||||
PMA_showMessage($GLOBALS['strSuccess'], null, 'success');
|
||||
|
||||
/**
|
||||
* Displays the page
|
||||
|
Reference in New Issue
Block a user