https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15809 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #8)
(In reply to Jonathan Druart from comment #7)
The goal was to remove the warnings for production installs using CGI < 4.08. As a developer, I am using > 4.08 and will see the warnings in my logs.
Older CGI versions do not have this warning. I am not sure about the exact version, but it could well be that the introduction of multi_param also added this warning.
You might be right. In this case, we could remove $CGI::LIST_CONTEXT_WARN = 0; from the patch.
How does your solution differentiate production from other installs?
It does not -- You are receiving this mail because: You are watching all bug changes.