<?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
*
/** 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."));
/**
* @}
*/