summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2007-12-25 23:50:19 +0000
committerivan <ivan>2007-12-25 23:50:19 +0000
commit954ed54e8053a3333ca407deb5efcfffb4f28f8d (patch)
tree660ae00d4b5cd34b86df03ab341ba693414453d1 /httemplate/search
parent5b154002e54a10d763d0039fe925a98c04da18e2 (diff)
ho ho ho, merry XSSmas
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/cust_bill_event.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html
index 334bda3d3..c85518459 100755
--- a/httemplate/search/cust_bill_event.html
+++ b/httemplate/search/cust_bill_event.html
@@ -5,7 +5,7 @@
%>
<FORM ACTION="cust_bill_event.cgi" METHOD="GET">
- <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') %>">
+ <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') ? 1 : 0 %>">
<TABLE>
<% include( '/elements/tr-select-agent.html' ) %>