[Koha-cvs] koha/C4 Calendar.pm [rel_2_2]

Joshua Ferraro jmf at liblime.com
Fri Feb 16 04:53:39 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	07/02/16 03:53:39

Modified files:
	C4             : Calendar.pm 

Log message:
	specify modules to use from Date::Calc

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Calendar.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.1&r2=1.2.2.2

Patches:
Index: Calendar.pm
===================================================================
RCS file: /sources/koha/koha/C4/Attic/Calendar.pm,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- Calendar.pm	13 Feb 2007 09:53:20 -0000	1.2.2.1
+++ Calendar.pm	16 Feb 2007 03:53:39 -0000	1.2.2.2
@@ -20,7 +20,7 @@
 use vars qw($VERSION @EXPORT);
 
 use C4::Context;
-use Date::Calc;
+use Date::Calc qw(Add_Delta_Days);
 use C4::Date;
 
 # set the version for version checking





More information about the Koha-cvs mailing list