Result of a cherry-pick, tidying up a comment
authorChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 01:28:05 +0000 (13:28 +1200)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 01:28:05 +0000 (13:28 +1200)
opac/opac-addbybiblionumber.pl

index c1ebacf..7d18949 100755 (executable)
@@ -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] }) {