X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/blobdiff_plain/5760b2a8d146d7c186daab1743c84683d0d84cea..b71b0137698c691e9a406fef30aa754de0c1a72b:/includes/mod_roomReservationConfig.inc diff --git a/includes/mod_roomReservationConfig.inc b/includes/mod_roomReservationConfig.inc old mode 100755 new mode 100644 index 9c02e3e..1aca132 --- a/includes/mod_roomReservationConfig.inc +++ b/includes/mod_roomReservationConfig.inc @@ -93,7 +93,6 @@ class mod_roomReservationConfig { /** (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; @@ -242,7 +241,6 @@ class mod_roomReservationConfig { /** * Determine if the lesson strings in the booking table are shown * @return bool - * FIXME needed? */ public function isShowLessons() { return ($this->bShowLessons == true); }