From 93129d5f4a2f2b4cdf93eff906920474499ff33d Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 4 Sep 2009 13:28:05 +1200 Subject: [PATCH] Result of a cherry-pick, tidying up a comment --- opac/opac-addbybiblionumber.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] }) { -- 2.39.5