https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15747 --- Comment #24 from Marcel de Rooy <m.de.rooy@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.