[Koha-cvs] koha/bull statecollection.pl [rel_2_2]

Robert Lyon bob at katipo.co.nz
Tue Dec 19 07:04:18 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Robert Lyon <bob_lyon>	06/12/19 06:04:18

Modified files:
	bull           : statecollection.pl 

Log message:
	Adding the missing module call

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/bull/statecollection.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.23&r2=1.3.2.24

Patches:
Index: statecollection.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/statecollection.pl,v
retrieving revision 1.3.2.23
retrieving revision 1.3.2.24
diff -u -b -r1.3.2.23 -r1.3.2.24
--- statecollection.pl	5 Dec 2006 14:57:55 -0000	1.3.2.23
+++ statecollection.pl	19 Dec 2006 06:04:18 -0000	1.3.2.24
@@ -11,6 +11,7 @@
 use C4::Context;
 use C4::Bull;
 use HTML::Template;
+use Date::Calc qw(:all);
 
 my $query = new CGI;
 my $op = $query->param('op');





More information about the Koha-cvs mailing list