[Koha-cvs] koha bookcount.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Sat Feb 18 15:42:38 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/18 14:42:38

Modified files:
	.              : bookcount.pl 

Log message:
	missing comma

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/bookcount.pl.diff?only_with_tag=rel_2_2&tr1=1.8.2.4&tr2=1.8.2.5&r1=text&r2=text

Patches:
Index: koha/bookcount.pl
diff -u koha/bookcount.pl:1.8.2.4 koha/bookcount.pl:1.8.2.5
--- koha/bookcount.pl:1.8.2.4	Sun Feb  5 21:59:20 2006
+++ koha/bookcount.pl	Sat Feb 18 14:42:38 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: bookcount.pl,v 1.8.2.4 2006/02/05 21:59:20 kados Exp $
+# $Id: bookcount.pl,v 1.8.2.5 2006/02/18 14:42:38 kados Exp $
 
 #written 7/3/2002 by Finlay
 #script to display reports
@@ -96,7 +96,7 @@
 								holdingbranch => $holdingbranch,
 								lastdate =>  format_date($lastdate),
 								count =>  $count,
-								branchloop => \@branchloop
+								branchloop => \@branchloop,
 								intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
 		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
 		IntranetNav => C4::Context->preference("IntranetNav"),





More information about the Koha-cvs mailing list