https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15809
--- Comment #12 from Jonathan Druart <[email protected]> --- (In reply to Galen Charlton from comment #10) I totally agree with the "what to do next" part, but what about now? My patch seems to match your requirements. It could be very easy and quick to replace the different occurrences. I would like to avoid a temporary solution. Even if we need one, something different than "FIXME bug 2505" would be better ;) Defining the CGi->multi_param method for < 4.08 and use CGI->param instead looks, to me, the easiest and cleanest solution. We will just need to remove it when >= 4.08 will be widely used. -- 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/
