summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_event.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2021-08-18 11:11:32 -0700
committerIvan Kohler <ivan@freeside.biz>2021-08-18 11:11:32 -0700
commit3787b82344ddd6447dc9074e95d7e18bf7148ccf (patch)
tree22f459b8e4766ff99f02205fb7fc0dea3232e818 /httemplate/search/cust_event.html
parentd6e22939c76c15fe97a298ff2a57b1154d89438f (diff)
quiet warnings about CGI::param in list context
Diffstat (limited to 'httemplate/search/cust_event.html')
-rw-r--r--httemplate/search/cust_event.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_event.html b/httemplate/search/cust_event.html
index 8bbd1af24..56bf76778 100644
--- a/httemplate/search/cust_event.html
+++ b/httemplate/search/cust_event.html
@@ -163,7 +163,7 @@ die "access denied"
|| $cgi->param('pkgnum') =~ /^(\d+)$/
);
-my @statuses = $cgi->param('event_status');
+my @statuses = $cgi->multi_param('event_status');
my $title = 'Billing events';
if ( $statuses[0] eq 'failed' and !defined($statuses[1]) ) {
# tweak the title if we're showing only failed events