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

Joshua Ferraro jmf at liblime.com
Tue Feb 13 10:52:43 CET 2007


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');





More information about the Koha-cvs mailing list