[Koha-bugs] [Bug 15747] Auth.pm flooding error log with "CGI::param called in list context"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 17 13:29:58 CET 2016


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

--- Comment #24 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Jonathan Druart from comment #23)
> (In reply to David Cook from comment #21)
> > As you can observe in the warning itself, the warning is for "Fetching the
> > value or values of a single named parameter". In the case of
> > '$query->param("name")', we're fetching the value of a single named
> > parameter. In the case of '$query->param()', we're fetching the names of all
> > the parameters. It's completely different.
> 
> I don't understand, we both agree, it generates a warning.

Misunderstanding? He talks about calling it without arguments (and without
warning). You mean calls with an argument (and warnings dependent on context).

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


More information about the Koha-bugs mailing list