Koha/reports
Jonathan Druart f3e4b5bbb6 Bug 16154: CGI->multi_param - Force scalar context
This patch replaces the occurrences of
  $template->param( foo => $cgi->param('foo') );
with
  $template->param( foo => scalar $cgi->param('foo') );

perl -p -i -e 's/(\s*=>\s*)\$(cgi|input|query)\->param\(/$1scalar
\$$2\->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
..
acquisitions_stats.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
bor_issues_top.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
borrowers_out.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
borrowers_stats.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
cat_issues_top.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
catalogue_out.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
catalogue_stats.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
dictionary.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
guided_reports.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
issues_avg_stats.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
issues_by_borrower_category.plugin Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00
issues_stats.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
itemslost.pl Bug 14965: Remove C4::Dates from 'lists' in folder reports 2015-11-05 09:56:52 -03:00
itemtypes.plugin Bug 14100: (follow-up) Language overlay for item types 2015-10-27 12:34:06 -03:00
manager.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
reports-home.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00
reserves_stats.pl Bug 14100: (follow-up) Language overlay for item types 2015-10-27 12:34:06 -03:00
serials_stats.pl Bug 14961: Remove C4::Dates from files reports/*_stats.pl 2015-10-26 11:19:36 -03:00
stats.print.pl Bug 11944: use CGI( -utf8 ) everywhere 2015-01-13 13:07:21 -03:00
stats.screen.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00