projects
/
iserv-mod-room-reservation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
default values for configuration
[iserv-mod-room-reservation.git]
/
includes
/
mod_roomReservationBookingTable.inc
diff --git
a/includes/mod_roomReservationBookingTable.inc
b/includes/mod_roomReservationBookingTable.inc
old mode 100644
(file)
new mode 100755
(executable)
index
c70ddc1
..
c19b78f
--- a/
includes/mod_roomReservationBookingTable.inc
+++ b/
includes/mod_roomReservationBookingTable.inc
@@
-546,6
+546,7
@@
CSS;
if($nNewUid > 0) {
// print new booking and increment the "next row" variable by
// the current span
+ $oNewBooking->setUid($nNewUid);
$anNextRow[$i] += $this->printBooking($nTs, $ts, $oNewBooking,
MOD_ROOM_RESERVATION_BTPB_NEW);
}
This page took
0.022618 seconds
and
4
git commands to generate.