Koha/patroncards
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
..
add_user_search.pl Bug 15109: Make name the default sort order for all patron searches 2015-11-17 09:49:21 -03:00
create-pdf.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
edit-batch.pl Bug 16154: CGI->multi_param - Assign a list 2016-04-26 23:16:43 +00:00
edit-layout.pl
edit-profile.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
edit-template.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
home.pl
image-manage.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
manage.pl Bug 15573: String and translatability fix to Patron Card Creator 2016-01-27 05:36:52 +00:00
print.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00