availability_calendar_booking_formlet.install in Availability Calendars 7.4
Same filename and directory in other branches
File
booking_formlet/availability_calendar_booking_formlet.installView source
<?php
/**
* Install, update and uninstall functions for the Availability Calendar
* booking formlet module.
*/
/**
* Warn about 'Undefined index' warnings.
*/
function availability_calendar_update_7401(&$sandbox) {
$t = get_t();
drupal_set_message($t("Availability Calendar: to get rid of the 'Undefined index' warnings, please visit the 'manage display' forms for all content types with an Availability Calendar Booking Formlet field to give new settings a value."), 'warning');
}
Functions
Name | Description |
---|---|
availability_calendar_update_7401 | Warn about 'Undefined index' warnings. |