You are here

constant ROOMS_NOT_AVAILABLE in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Defining some room states that will be used throughout.

1 use of ROOMS_NOT_AVAILABLE
BookingEvent::formatJson in modules/rooms_availability/includes/rooms_availability.booking_event.inc
Returns event in a format amenable to FullCalendar display or generally sensible JSON.

File

modules/rooms_unit/rooms_unit.module, line 12
Manage units - Units are things that can be booked on a nightly basis (e.g. rooms - but also villas bungalows, etc).

Code

define('ROOMS_NOT_AVAILABLE', 0);