[freeside-commits] branch FREESIDE_4_BRANCH updated. 42bbc8151e118aabb80b8a1e1253a81dc82cd7ef

Ivan ivan at 420.am
Fri Oct 23 16:18:59 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  42bbc8151e118aabb80b8a1e1253a81dc82cd7ef (commit)
      from  5530d5dc026dcc9a859124b19195b7ee6d2d0fe9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 42bbc8151e118aabb80b8a1e1253a81dc82cd7ef
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Oct 23 16:18:58 2015 -0700

    possibe problematic param in list context warning

diff --git a/httemplate/elements/cust_payby.html b/httemplate/elements/cust_payby.html
index 0eb3e3e..6e2610b 100644
--- a/httemplate/elements/cust_payby.html
+++ b/httemplate/elements/cust_payby.html
@@ -67,7 +67,7 @@
                ID        = "<%$id%>_paycvv"
                SIZE      = 2
                MAXLENGTH = 4
-               VALUE     = "<% $cgi->param($name.'_paycvv') %>"
+               VALUE     = "<% scalar($cgi->param($name.'_paycvv')) %>"
                onChange  = "<% $onchange %>"
         >
         <BR><FONT SIZE="-1"><% mt('CVV2') |h %> (<A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('<%$p%>docs/cvv2.html', 480, 275, 'cvv2_popup' ), CAPTION, 'CVV2 Help', STICKY, AUTOSTATUSCAP, CLOSECLICK, DRAGGABLE ); return false;"><% mt('help') |h %></A>)</FONT>

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

Summary of changes:
 httemplate/elements/cust_payby.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list