adding back my @issued_itemtypes_count_loop;
authorJoshua Ferraro <jmf@liblime.com>
Mon, 5 Nov 2007 14:41:11 +0000 (08:41 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 5 Nov 2007 14:41:11 +0000 (08:41 -0600)
circ/circulation.pl

index 81ccf69..a089ddf 100755 (executable)
@@ -448,6 +448,7 @@ FROM issuingrules
   WHERE categorycode=?
 " );
 #my @issued_itemtypes_count;  # huh?
+my @issued_itemtypes_count_loop;
 $issueqty_sth->execute("*");
 while ( my $data = $issueqty_sth->fetchrow_hashref() ) {