From 58d3b163d0a0396da6888cbb7e1921588deaf714 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 6 Nov 2007 06:19:17 -0600 Subject: [PATCH] merge mason's fix to circulation --- circ/circulation.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 8e60072272..07aa649744 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -449,7 +449,6 @@ 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