rsTimesliced was renamed to mod_roomReservationTimeslice
authorrohieb <devnull@localhost>
Sun, 13 Jul 2008 20:29:30 +0000 (22:29 +0200)
committerrohieb <devnull@localhost>
Sun, 13 Jul 2008 20:29:30 +0000 (22:29 +0200)
update-iserv1-iserv2.pl

index 500ac56..fcb640e 100755 (executable)
@@ -176,7 +176,7 @@ system "touch $NEWCFG";
 open OUT, ">", $NEWCFG or die "ERROR: new config file could not be opened: $!";
 print OUT "<?php\n\$this->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";
This page took 0.024484 seconds and 4 git commands to generate.