17 Feb
2016
17 Feb
'16
3:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15747 --- Comment #23 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (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. -- You are receiving this mail because: You are watching all bug changes.