https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15809
--- Comment #22 from Marcel de Rooy <[email protected]> --- QA Comment: With reference to the discussion above, I am moving the status to PQA. This workaround is arguable however. Note that Galen was working on a solution too, but did not yet reply. In the meantime we could use this, if the RM agrees too. Also note that this workaround depends on C4::Context. We have some scripts and tests using CGI without Context (or perhaps implicit). It might be safer too to put the multi_param redefinition outside the if ($ENV{'HTTP_USER_AGENT'}) block? The nature of this change makes that adding multi_param in some special places could lead to undefined subroutine errors in older production systems while developers do not catch it on newer systems. -- 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/
