From: Ivan Kohler Date: Fri, 23 Oct 2015 23:18:57 +0000 (-0700) Subject: possibe problematic param in list context warning X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=13537d3d0bcdacb1550b5b59fe08158e75e9443b;p=freeside.git possibe problematic param in list context warning --- diff --git a/httemplate/elements/cust_payby.html b/httemplate/elements/cust_payby.html index 0eb3e3ebe..6e2610bbe 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 %>" >
<% mt('CVV2') |h %> (<% mt('help') |h %>)