The branch, QA_3_4 has been updated via aa8c5f56d2063cb51ef1f1d5ad27cd0866be495a (commit) via ad3f6cb16ab684f6962b77c9ee07bc71f74b687f (commit) from ec519d5d251230b4bfd72cc22b2a2d29b30f3559 (commit)
- Log ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: js/functions.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/js/functions.js b/js/functions.js index 3454a61..4d4f9c5 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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'; }
hooks/post-receive