[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0-162-gcd1b281

Michal Čihař nijel at users.sourceforge.net
Fri May 13 13:04:57 CEST 2011


The branch, master has been updated
       via  cd1b2817b6238491df1a84405ccda7c78499f21f (commit)
       via  aa8c5f56d2063cb51ef1f1d5ad27cd0866be495a (commit)
       via  ad3f6cb16ab684f6962b77c9ee07bc71f74b687f (commit)
      from  1a5e4a3f93faf1a50853b128319b84508e73bccd (commit)


- Log -----------------------------------------------------------------
commit cd1b2817b6238491df1a84405ccda7c78499f21f
Merge: 1a5e4a3f93faf1a50853b128319b84508e73bccd aa8c5f56d2063cb51ef1f1d5ad27cd0866be495a
Author: Michal Čihař <mcihar at novell.com>
Date:   Fri May 13 13:03:35 2011 +0200

    Merge branch 'QA_3_4'

-----------------------------------------------------------------------

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 b3fc631..112cf0f 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