25 Apr
2016
25 Apr
'16
4:28 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154 --- Comment #22 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 50647 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50647&action=edit Bug 16154: CGI->multi_param - Assign a list This patch replaces the occurrences of @foo = $cgi->param('foo'); with @foo = $cgi->multi_param('foo'); perl -p -i -e 's/^(\s*@\w+\s*=\s*)\$(cgi|input|query)\->param\(/$1\$$2\->multi_param\(/xms' **/*.pl -- You are receiving this mail because: You are watching all bug changes.