From: Chris Cormack Date: Fri, 4 Sep 2009 01:28:05 +0000 (+1200) Subject: Result of a cherry-pick, tidying up a comment X-Git-Tag: v3.00.04~628 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=93129d5f4a2f2b4cdf93eff906920474499ff33d;p=koha.git Result of a cherry-pick, tidying up a comment --- diff --git a/opac/opac-addbybiblionumber.pl b/opac/opac-addbybiblionumber.pl index c1ebacf7de..7d189498e5 100755 --- a/opac/opac-addbybiblionumber.pl +++ b/opac/opac-addbybiblionumber.pl @@ -98,7 +98,7 @@ else { my $limit = 10; my @shelvesloop; my %shelvesloop; - #grab each type of shelf, open (type 3) should not be limited by user. + # grab each type of shelf, open (type 3) should not be limited by user. foreach my $shelftype (1,2,3) { my ($shelflist) = GetRecentShelves($shelftype, $limit, $shelftype == 3 ? undef : $loggedinuser); for my $shelf (@{ $shelflist->[0] }) {