*/
protected function processRequestVariables() {
- ########################
- # FIXME remove this
- var_export($_GET); echo "<p />";
- var_export($_POST); echo "<p />";
- ########################
-
// default values
$aoRooms = $this->oRm->getRooms();
if($aoRooms != array()) {
$_POST["mod_roomReservationBookingTable"]["submitdelete"] : "");
}
}
-
- ################
- /** FIXME remove this */
- echo sprintf("date: %s <br />", $this->getDate());
- echo sprintf("room: %s <br />", $this->getRoom());
- echo sprintf("reason: %s <br />", $this->getReason());
- echo sprintf("tsfirst: %s <br />", $this->getTsFirst());
- echo sprintf("tslast: %s <br />", $this->getTsLast());
- echo sprintf("action: %s <br />", $this->getAction());
- ################
}
/***************************************************************************/
/** (bool) Determine if the weekend is shown */
protected $bShowWeekend;
/** (bool) Determine if the strings "1. lesson", "2. lesson" etc are shown */
- // FIXME needed?
protected $bShowLessons;
/** (array of strings) error messages */
protected $asMessages;
/**
* Determine if the lesson strings in the booking table are shown
* @return bool
- * FIXME needed?
*/
public function isShowLessons() { return ($this->bShowLessons == true); }
}
} 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();