From ab0ecf0e86e3168c7a2b987ad67a5e5fda223591 Mon Sep 17 00:00:00 2001 From: rohieb Date: Sun, 13 Jul 2008 22:29:30 +0200 Subject: [PATCH 1/1] rsTimesliced was renamed to mod_roomReservationTimeslice --- update-iserv1-iserv2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-iserv1-iserv2.pl b/update-iserv1-iserv2.pl index 500ac56..fcb640e 100755 --- a/update-iserv1-iserv2.pl +++ b/update-iserv1-iserv2.pl @@ -176,7 +176,7 @@ system "touch $NEWCFG"; open OUT, ">", $NEWCFG or die "ERROR: new config file could not be opened: $!"; print OUT "flushTimeslices();\n"; for(my $i = 0; $i <= $#tsbegin; $i++) { - print OUT "\$this->addTimeslice(new rsTimeslice($tsbegin[$i],$tsend[$i]));\n"; + print OUT "\$this->addTimeslice(new mod_roomReservationTimeslice($tsbegin[$i],$tsend[$i]));\n"; } print OUT "\$this->setShowWeekend($showweekend);\n"; print OUT "\$this->setShowLessons($showlessons);\n"; -- 2.20.1