Merge branch 'MAINT_3_4_0' into QA_3_4

This commit is contained in:
Michal Čihař
2011-05-13 13:02:56 +02:00

View File

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