Jonathan Druart
f3e4b5bbb6
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> |
||
---|---|---|
.. | ||
auth_finder.pl | ||
authorities-home.pl | ||
authorities-list.pl | ||
authorities.pl | ||
blinddetail-biblio-search.pl | ||
detail-biblio-search.pl | ||
detail.pl | ||
export.pl | ||
merge.pl | ||
merge_ajax.pl | ||
ysearch.pl |