From 9e8dc6b0217de4c6e2ef8225ce3460a0cd32c9e8 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Mon, 5 Nov 2007 08:41:11 -0600 Subject: [PATCH] adding back my @issued_itemtypes_count_loop; --- circ/circulation.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index 81ccf69ed1..a089ddf30a 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -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() ) { -- 2.39.5