[Koha-bugs] [Bug 15809] versions of CGI < 4.08 do not have multi_param

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 17 14:20:08 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15809

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Still we have the other situation that we do want multiple values:
my @a = param( 'b' );

Should this actually be solved in CGI? It generates a lot of false warnings.
For reasons of compatibility param cannot just return a scalar.

Would it be simpler to only clear $CGI::LIST_CONTEXT_WARN for individual cases?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list