koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/tools holidays.pl [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/tools holidays.pl [rel_2_2]
Date: Tue, 13 Feb 2007 09:52:43 +0000

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

Modified files:
        tools          : holidays.pl 

Log message:
        fixing calendar api

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/tools/holidays.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.1&r2=1.3.2.2

Patches:
Index: holidays.pl
===================================================================
RCS file: /sources/koha/koha/tools/holidays.pl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -b -r1.3.2.1 -r1.3.2.2
--- holidays.pl 13 Feb 2007 09:39:36 -0000      1.3.2.1
+++ holidays.pl 13 Feb 2007 09:52:42 -0000      1.3.2.2
@@ -7,7 +7,7 @@
 
 use C4::Interface::CGI::Output;
 
-use C4::Calendar::Calendar;
+use C4::Calendar;
 
 my $input = new CGI;
 my $branch = $input->param('branch');




reply via email to

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