[Koha-cvs] koha/circ circulation.pl [dev_week]

Mason James szrj1m at yahoo.com
Mon Apr 16 04:40:52 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/04/16 02:40:52

Modified files:
	circ           : circulation.pl 

Log message:
	$issued_itemtypes_loop already declared?

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.81.2.14.2.15&r2=1.81.2.14.2.16

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.14.2.15
retrieving revision 1.81.2.14.2.16
diff -u -b -r1.81.2.14.2.15 -r1.81.2.14.2.16
--- circulation.pl	18 Mar 2007 04:12:26 -0000	1.81.2.14.2.15
+++ circulation.pl	16 Apr 2007 02:40:52 -0000	1.81.2.14.2.16
@@ -331,7 +331,7 @@
     	push @issued_itemtypes_count, $data;
 	}
 }
-my $issued_itemtypes_loop = \@issued_itemtypes_count;
+$issued_itemtypes_loop = \@issued_itemtypes_count;
 
 #### / JF
 





More information about the Koha-cvs mailing list