http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14121
--- Comment #18 from M. Tompsett <[email protected]> --- (In reply to Jonathan Druart from comment #17) > I suppose it comes from this line: > 217 $uri_params_part .= URI::Escape::uri_escape( > $query->param($_) ); > > Could you confirm? Yes, the other change is an optimization. It's faster to access a variable than function call twice. -- 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/
