koha-cvs
[Top][All Lists]
Advanced

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

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


From: Chris Cormack
Subject: [Koha-cvs] koha/tools newHolidays.pl [rel_2_2]
Date: Tue, 13 Feb 2007 10:03:20 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Chris Cormack <rangi>   07/02/13 10:03:20

Modified files:
        tools          : newHolidays.pl 

Log message:
        Fixing Calendar::Calendar

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/tools/newHolidays.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.1&r2=1.2.2.2

Patches:
Index: newHolidays.pl
===================================================================
RCS file: /sources/koha/koha/tools/newHolidays.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- newHolidays.pl      13 Feb 2007 10:01:20 -0000      1.2.2.1
+++ newHolidays.pl      13 Feb 2007 10:03:20 -0000      1.2.2.2
@@ -19,7 +19,7 @@
 my $title = $input->param('newTitle');
 my $description = $input->param('newDescription');
 
-my $calendar = C4::Calendar::Calendar->new(branchcode => $branchcode);
+my $calendar = C4::Calendar->new(branchcode => $branchcode);
 
 if ($input->param('newOperation') eq 'weekday') {
        $calendar->insert_week_day_holiday(weekday => $weekday,




reply via email to

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