Start to replace warning level with error level

This commit is contained in:
Marc Delisle
2011-05-03 18:52:37 -04:00
parent 90845aa8cb
commit b2b1953db1
10 changed files with 13 additions and 13 deletions

View File

@@ -410,7 +410,7 @@ $message->addMessages($last_messages, '<br />');
if (! empty($warning_messages)) {
/**
* @todo use a <div class="warning"> in PMA_showMessage() for this part of
* @todo use a <div class="error"> in PMA_showMessage() for this part of
* the message
*/
$message->addMessages($warning_messages, '<br />');