Warning class is gone

This commit is contained in:
Michal Čihař
2011-05-13 13:02:46 +02:00
parent 43b41e2ed3
commit ad3f6cb16a

View File

@@ -97,7 +97,7 @@ function PMA_current_version() {
var message = $.sprintf(PMA_messages['strNewerVersion'], PMA_latest_version, PMA_latest_date); var message = $.sprintf(PMA_messages['strNewerVersion'], PMA_latest_version, PMA_latest_date);
if (Math.floor(latest / 10000) == Math.floor(current / 10000)) { if (Math.floor(latest / 10000) == Math.floor(current / 10000)) {
/* Security update */ /* Security update */
klass = 'warning'; klass = 'error';
} else { } else {
klass = 'notice'; klass = 'notice';
} }