koha-cvs
[Top][All Lists]
Advanced

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

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/C4/Calendar Calendar.pm [rel_2_2]
Date: Tue, 13 Feb 2007 09:29:06 +0000

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




reply via email to

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