removed debug output
[iserv-mod-room-reservation.git] / includes / mod_roomReservationConfig.inc
old mode 100755 (executable)
new mode 100644 (file)
index 9c02e3e..1aca132
@@ -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); }
 
This page took 0.025386 seconds and 4 git commands to generate.