Jonathan Druart
a159d2b067
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> |
||
---|---|---|
.. | ||
add_user_search.pl | ||
create-pdf.pl | ||
edit-batch.pl | ||
edit-layout.pl | ||
edit-profile.pl | ||
edit-template.pl | ||
home.pl | ||
image-manage.pl | ||
manage.pl | ||
print.pl |