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

--- Comment #24 from Marcel de Rooy <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to