The branch, master has been updated
       via  ee2578764ab8106ad519daa70077418f9749676f (commit)
      from  4a4933c294ca719d8c9a825fcc65c5c0f1d5600c (commit)


- Log -----------------------------------------------------------------
commit ee2578764ab8106ad519daa70077418f9749676f
Author: Michal Čihař <[email protected]>
Date:   Mon Aug 15 09:27:20 2011 +0200

    Fix typo

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

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

diff --git a/libraries/advisor.class.php b/libraries/advisor.class.php
index 71d3a82..f8f6020 100644
--- a/libraries/advisor.class.php
+++ b/libraries/advisor.class.php
@@ -97,7 +97,7 @@ class Advisor
         if (is_null($param)) {
             return sprintf(_gettext(Advisor::escapePercent($str)));
         } else {
-            $value = $this->ruleExprEvaluate($jst[1]);
+            $value = $this->ruleExprEvaluate($param);
             return sprintf(_gettext(Advisor::escapePercent($str)), $value);
         }
     }


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