X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/blobdiff_plain/5760b2a8d146d7c186daab1743c84683d0d84cea..40d10ccdc5686f151f214690bc9536db0b6ac7c5:/includes/mod_roomReservationConfigPage.inc diff --git a/includes/mod_roomReservationConfigPage.inc b/includes/mod_roomReservationConfigPage.inc old mode 100755 new mode 100644 index 4c74132..55ee2eb --- a/includes/mod_roomReservationConfigPage.inc +++ b/includes/mod_roomReservationConfigPage.inc @@ -54,17 +54,11 @@ class mod_roomReservationConfigPage extends mod_roomReservationPage { $this->bPostShowWeekend = ($_POST["mod_roomReservationConfigPage"]["showweekend"] == true); } - ########### - echo "bPostShowWeekend is ".($this->bPostShowWeekend?"true ":"false "); - ########### if(isset($_POST["mod_roomReservationConfigPage"]["showlessons"])) { $this->bPostShowLessons = ($_POST["mod_roomReservationConfigPage"]["showlessons"] == true); } - ########### - echo "bPostShowLessons is ".($this->bPostShowLessons?"true ":"false "); - ########### // process the request if(isset($_POST["mod_roomReservationConfigPage"]["submit"])) {