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

Joshua Ferraro jmf at liblime.com
Tue Feb 13 10:29:06 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	07/02/13 09:29:06

Modified files:
	C4/Calendar    : Calendar.pm 

Log message:
	specify where Add_Delta_Days is from

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

Patches:
Index: Calendar.pm
===================================================================
RCS file: /sources/koha/koha/C4/Calendar/Calendar.pm,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -b -r1.4.2.2 -r1.4.2.3
--- Calendar.pm	13 Feb 2007 09:27:03 -0000	1.4.2.2
+++ Calendar.pm	13 Feb 2007 09:29:06 -0000	1.4.2.3
@@ -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