[Koha-bugs] [Bug 14185] Noisy warns in opac-readingrecord.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 13 06:44:07 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14185

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 39111
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39111
Bug 14185: Undefined $limit causes warn in opac/opac-readingrecord.pl

Review of attachment 39111:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14185&attachment=39111)
-----------------------------------------------------------------

::: opac/opac-readingrecord.pl
@@ +73,4 @@
>  
>  
>  my $limit = $query->param('limit');
> +$limit //= '';

This works, but why not add "// ''" to line 75?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list