renamed rrGetCSS() to rrGetCss(), cleaned up this section in functions.inc
[iserv-mod-room-reservation.git] / includes / mod_roomReservationTimesliceListBox.inc
old mode 100755 (executable)
new mode 100644 (file)
index 7c958af..595ed61
@@ -142,7 +142,7 @@ class mod_roomReservationTimesliceListBox /* extends mclControl */ {
       }
       
     } elseif($this->getAction() == MOD_ROOM_RESERVATION_TLB_ACTION_DELETE) {
-      // FIXME delete a timeslice from the configuration file
+      // delete a timeslice from the configuration file
       if(isset($_POST["mod_roomReservationTimesliceListBox"])) {
         if(isset($_POST["mod_roomReservationTimesliceListBox"]["l"])) {
           $ao = $this->oCfg->getTimeslices();
This page took 0.024244 seconds and 4 git commands to generate.