koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mason James
Subject: [Koha-cvs] koha/circ circulation.pl [dev_week]
Date: Mon, 16 Apr 2007 02:40:52 +0000

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 = address@hidden;
+$issued_itemtypes_loop = address@hidden;
 
 #### / JF
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]