documentation: Makefile puts sourcedoc in doc/source, installs everything in /usr...
[iserv-mod-room-reservation.git] / includes / functions.inc
index 1416648..78e3690 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @file functions.inc
- * additional functions for iserv-room-reservation
+ * additional functions for iserv-mod-room-reservation
  * @author Roland Hieber (roland.hieber@wilhelm-gym.net)
  * @date 22.12.2007
  * 
@@ -72,6 +72,9 @@ define("MOD_ROOM_RESERVATION_ERROR_CONFIG_NO_SUCH_TIMESLICE",
 /** There is no such account */
 define("MOD_ROOM_RESERVATION_ERROR_NO_SUCH_ACCOUNT", _c("room-reservation:".
   "The specified account does not exist."));
+/** The room is not available for booking */
+define("MOD_ROOM_RESERVATION_ERROR_ROOM_NOT_WHITELISTED",
+  _c("room-reservation:This room is not available for booking."));
 /**
  * @}
  */
This page took 0.027469 seconds and 4 git commands to generate.