Merge branch 'QA_3_4'

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

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';
}