From: rohieb Date: Sun, 13 Jul 2008 20:29:30 +0000 (+0200) Subject: rsTimesliced was renamed to mod_roomReservationTimeslice X-Git-Tag: REL_3.0-beta~24 X-Git-Url: http://git.rohieb.name/iserv-mod-room-reservation.git/commitdiff_plain/ab0ecf0e86e3168c7a2b987ad67a5e5fda223591 rsTimesliced was renamed to mod_roomReservationTimeslice --- 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";