[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16727-g9cda174

Michal Čihař nijel at users.sourceforge.net
Mon Aug 22 15:56:13 CEST 2011


The branch, master has been updated
       via  9cda17487c6068fdd839bc99d8223dd07a028cbb (commit)
      from  19ab72bf8584affddda369cae8d16a0b00c5cc4a (commit)


- Log -----------------------------------------------------------------
commit 9cda17487c6068fdd839bc99d8223dd07a028cbb
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Aug 22 15:56:01 2011 +0200

    Fix CSS rule

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

Summary of changes:
 libraries/Theme.class.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/Theme.class.php b/libraries/Theme.class.php
index 1aca278d..817e4c3 100644
--- a/libraries/Theme.class.php
+++ b/libraries/Theme.class.php
@@ -401,7 +401,7 @@ class PMA_Theme
         $result[] = '    color: ' . $GLOBALS['cfg']['SQP']['fmtColor']['punct'] . ';';
         $result[] = '}';
         $result[] = 'span.cm-mysql-word {';
-        $result[] = '    color: ' . $GLOBALS['cfg']['SQP']['fmtColor']['alpha'] . ';';
+        $result[] = '    color: ' . $GLOBALS['cfg']['SQP']['fmtColor']['alpha_identifier'] . ';';
         $result[] = '}';
         $result[] = 'span.cm-builtin {';
         $result[] = '    color: ' . $GLOBALS['cfg']['SQP']['fmtColor']['alpha_functionName'] . ';';


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list