show(): when a new booking was inserted, the UID was 0 and so the deletion link didn...
authorroot@iserv.zuhause.test <root@iserv.zuhause.test>
Sun, 13 Jul 2008 17:40:19 +0000 (19:40 +0200)
committerroot@iserv.zuhause.test <root@iserv.zuhause.test>
Sun, 13 Jul 2008 17:40:19 +0000 (19:40 +0200)
includes/mod_roomReservationBookingTable.inc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c70ddc1..c19b78f
@@ -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.032675 seconds and 4 git commands to generate.