The branch, master has been updated
       via  951df3599f9b6f4b9943b77e4d28825cd3eaf09d (commit)
      from  7346e7aa932aa6c9a787324551c811347232ee3b (commit)


- Log -----------------------------------------------------------------
commit 951df3599f9b6f4b9943b77e4d28825cd3eaf09d
Author: Michal Čihař <[email protected]>
Date:   Mon Aug 15 09:39:34 2011 +0200

    Avoid double escaping

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

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

diff --git a/libraries/advisor.class.php b/libraries/advisor.class.php
index 2b411b0..a45c76c 100644
--- a/libraries/advisor.class.php
+++ b/libraries/advisor.class.php
@@ -112,7 +112,6 @@ class Advisor
     {
         $jst = preg_split('/\s*\|\s*/', $rule['justification'], 2);
         if (count($jst) > 1) {
-            $jst[0] = Advisor::escapePercent($jst[0]);
             return array($jst[0], $jst[1]);
        }
         return array($rule['justification']);


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to