koha-cvs
[Top][All Lists]
Advanced

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

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/C4 Calendar.pm [rel_2_2]
Date: Fri, 16 Feb 2007 03:53:39 +0000

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




reply via email to

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