@@ -, +, @@ opac-readingrecord.pl value $limit" appear in the `tail`ed opac-error.log pass with "OK" for the commit. --- opac/opac-readingrecord.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/opac/opac-readingrecord.pl +++ a/opac/opac-readingrecord.pl @@ -73,6 +73,7 @@ else { my $limit = $query->param('limit'); +$limit //= ''; $limit = ( $limit eq 'full' ) ? 0 : 50; my $issues = GetAllIssues( $borrowernumber, $order, $limit ); --