9 Jul
2015
9 Jul
'15
7:09 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14121 --- Comment #18 from M. Tompsett <mtompset@hotmail.com> --- (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.