projects
/
iserv-mod-room-reservation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5b9bfe1
)
rsTimesliced was renamed to mod_roomReservationTimeslice
author
rohieb
<devnull@localhost>
Sun, 13 Jul 2008 20:29:30 +0000
(22:29 +0200)
committer
rohieb
<devnull@localhost>
Sun, 13 Jul 2008 20:29:30 +0000
(22:29 +0200)
update-iserv1-iserv2.pl
patch
|
blob
|
history
diff --git
a/update-iserv1-iserv2.pl
b/update-iserv1-iserv2.pl
index
500ac56
..
fcb640e
100755
(executable)
--- 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 "<?php\n\$this->flushTimeslices();\n";
for(my $i = 0; $i <= $#tsbegin; $i++) {
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
rs
Timeslice($tsbegin[$i],$tsend[$i]));\n";
+ print OUT "\$this->addTimeslice(new
mod_roomReservation
Timeslice($tsbegin[$i],$tsend[$i]));\n";
}
print OUT "\$this->setShowWeekend($showweekend);\n";
print OUT "\$this->setShowLessons($showlessons);\n";
}
print OUT "\$this->setShowWeekend($showweekend);\n";
print OUT "\$this->setShowLessons($showlessons);\n";
This page took
0.029133 seconds
and
4
git commands to generate.