mod_roomReservationControl.inc needs functions.inc for rrGetCss() and quote.inc for q()
[iserv-mod-room-reservation.git] / includes / mod_roomReservationBookingsManager.inc
old mode 100755 (executable)
new mode 100644 (file)
index a7065ed..722c164
@@ -177,6 +177,7 @@ class mod_roomReservationBookingsManager {
     // Update or insert?
     if($ob->getUid() == null) {
       // No UID yet, insert new booking
+      // @todo write interval and user if interval > 0
       $strLog = sprintf("Raum „%s“ am %s von %s bis %s gebucht ".
        "(Begründung: %s)", $ob->getRoom(), date("d\.m\.Y", $ob->getDate()),
         gmdate("G:i", $oTsB[$ob->getTsFirst()]), gmdate("G:i",
@@ -204,10 +205,6 @@ class mod_roomReservationBookingsManager {
     
     $hQuery = db_query("SELECT currval('mod_roomreservation_bookings_rrb_uid_seq');");
     $nNewUid = pg_fetch_result($hQuery, 0, "currval");
-    ##############
-    #FIXME remove this
-    echo "inserted new UID: $nNewUid<br />";
-    #####
     
     rrInsertLog($strLog);
     
This page took 0.020375 seconds and 4 git commands to generate.