Bug 16259: Replace CGI->param with CGI->multi_param in list context - part 2
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 15 Apr 2016 08:00:28 +0000 (09:00 +0100)
committerJulian Maurice <julian.maurice@biblibre.com>
Tue, 17 May 2016 05:44:16 +0000 (07:44 +0200)
commit83b1f1226e39f191689dfe6818d5adb958c262b3
tree30049b3c9ddf115dae695fc85e6ada7827e354ad
parent0c752b367cca3d577b2c2b87901ee18c49940cea
Bug 16259: Replace CGI->param with CGI->multi_param in list context - part 2

This patch is a follow-up of bug 16154.

It removes the warning "CGI::param called in list context" in the
following scripts:
admin/branches.pl
admin/categories.pl
admin/patron-attr-types.pl
admin/preferences.pl
catalogue/image.pl
circ/circulation.pl
patroncards/add_user_search.pl
serials/add_user_search.pl
tools/marc_modification_templates.pl
virtualshelves/shelves.pl

Note that the warning from catalogue/itemsearch.pl still exists (the
call to CGI->param is done from the template).

Test plan:
- Add/modify a library, patron category, patron attr type
- Update a syspref
- Set localcoverimage and call catalogue/image.pl?biblionumber=XXX
- Search for patrons in the patron cards or serials module
- Add a marc modification templates
- Add a list (shelves)

You should not get the warning in the log after all these actions.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 7f3feacfe3897affbf76531eb3abd8cbc88a81e9)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Form/MessagingPreferences.pm
admin/patron-attr-types.pl
catalogue/image.pl
circ/circulation.pl
svc/config/systempreferences
tools/marc_modification_templates.pl