[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_0, updated. RELEASE_3_4_0-2-gad3f6cb
    Michal Čihař 
    nijel at users.sourceforge.net
       
    Fri May 13 13:04:20 CEST 2011
    
    
  
The branch, MAINT_3_4_0 has been updated
       via  ad3f6cb16ab684f6962b77c9ee07bc71f74b687f (commit)
      from  43b41e2ed3020edb1c26e821c6ed4f5065dd364c (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
-- 
phpMyAdmin
    
    
More information about the Git
mailing list