removed other obsolete code and task tags, wrapped text to 80 columns
[iserv-mod-room-reservation.git] / inc / mod_roomReservationBookingsManager.inc
index 3f2cab6..c91f34a 100644 (file)
@@ -135,7 +135,6 @@ class mod_roomReservationBookingsManager {
    * @param $ob (mod_roomReservationBooking) Booking to write to the database
    * @return (int) The UID of the written booking
    * @throws SQLException, AccessException
-   * @todo document
    */
   function write(mod_roomReservationBooking $ob) {
     // protect access
@@ -221,7 +220,6 @@ class mod_roomReservationBookingsManager {
    * Delete a booking from the database
    * @param $nUid (int) Unique ID of the booking
    * @return (bool) <tt>true</tt> on success, otherwise <tt>false</tt>.
-   * @todo test
    */
   public function delete($nUid) {
     // Only administrators and owners are allowed to delete bookings
This page took 0.026089 seconds and 4 git commands to generate.