26 Apr
2016
26 Apr
'16
9:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154 --- Comment #24 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 50752 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50752&action=edit [PASSED QA] Bug 16154: CGI->multi_param - Declare a list This patch replaces the occurrences of my @foo = $cgi->param('foo'); with my @foo = $cgi->multi_param('foo'); perl -p -i -e 's/^(\s*my\s*@\w+\s*=\s*)\$(cgi|input|query)\->param\(/$1\$$2\->multi_param\(/xms' **/*.pl Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.