removed todos in mod_roomReservationConfig.inc
authorRoland Hieber <devnull@localhost>
Thu, 12 Mar 2009 17:49:51 +0000 (18:49 +0100)
committerRoland Hieber <devnull@localhost>
Thu, 12 Mar 2009 17:49:51 +0000 (18:49 +0100)
inc/mod_roomReservationConfig.inc

index a1f943a..7fe357a 100644 (file)
@@ -86,7 +86,6 @@ define("MOD_ROOM_RESERVATION_CONFIGFILE_HEADER", "<?php
 /*****************************************************************************/
 /**
  * Handling of the configuration file
- * @todo document
  */
 class mod_roomReservationConfig {
   
@@ -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() {
This page took 0.02977 seconds and 4 git commands to generate.