http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14946 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #11 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Marc Véron from comment #9) [SNIP]
@@ +102,2 @@
} +if ( $input->param('to') ) {
... and yet this says 'to'. You didn't explain why the change, or correct it.
@@ -102,2 @@
} -if ( $d = $input->param('iso') ) {
This says 'iso'...
MV: It's a fix - there is no incoming param 'iso'. We have a param 'from' and a param 'to' resulting in $from_iso and $to_iso. I tested several times to make sure that my change does not break the behaviour.
That's all I was looking for. :) Since, Mirko has signed off. I'll let it progress to Needs QA. :) -- You are receiving this mail because: You are watching all bug changes.