X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/blobdiff_plain/b4fea5220b8c3fd880137f0f83d27b31f794860a..db791427f24efbbb6cf205d5e7e141d0ce6b679c:/inc/mod_roomReservationConfig.inc diff --git a/inc/mod_roomReservationConfig.inc b/inc/mod_roomReservationConfig.inc index 8dde982..7fe357a 100644 --- a/inc/mod_roomReservationConfig.inc +++ b/inc/mod_roomReservationConfig.inc @@ -86,7 +86,6 @@ define("MOD_ROOM_RESERVATION_CONFIGFILE_HEADER", "asMessages, array($sMessage)); } - /** + /** * Get all timeslices in chronological order * @return array of rmTimeslice */ @@ -318,7 +317,6 @@ class mod_roomReservationConfig { /** * Determine if the current user has admin rights. This function tests * if the user is in a group which has the privilege of admin rights. - * @todo test * @return bool */ public function userIsAdmin() { @@ -329,7 +327,6 @@ class mod_roomReservationConfig { * Determine if the current user can book rooms. This function tests * if the user is in a group which has the privilege to book rooms. * If no group has this privilege, all users can book. - * @todo test * @return bool */ public function userCanBook() { @@ -348,7 +345,6 @@ class mod_roomReservationConfig { * if the user is in a group which has been configured as a group who * can view bookings. If no groups are configured, any user can view the * bookings table. - * @todo test * @return bool */ public function userCanView() {