Koha/labels
Jonathan Druart a159d2b067 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

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
2016-04-26 23:16:43 +00:00
..
label-create-csv.pl Bug 16154: CGI->multi_param - Assign a list 2016-04-26 23:16:43 +00:00
label-create-pdf.pl Bug 16154: CGI->multi_param - Assign a list 2016-04-26 23:16:43 +00:00
label-create-xml.pl Bug 16154: CGI->multi_param - Assign a list 2016-04-26 23:16:43 +00:00
label-edit-batch.pl Bug 16154: CGI->multi_param - Assign a list 2016-04-26 23:16:43 +00:00
label-edit-layout.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
label-edit-profile.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
label-edit-template.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
label-home.pl
label-item-search.pl Bug 12748: (QA followup) fix several tiny QA tools warnings 2016-04-26 20:20:13 +00:00
label-manage.pl
label-print.pl Bug 16154: CGI->multi_param - Assign a list 2016-04-26 23:16:43 +00:00
spinelabel-home.pl
spinelabel-print.pl