You are here

function availability_calendar_update_7401 in Availability Calendars 7.4

Same name and namespace in other branches
  1. 7.5 booking_formlet/availability_calendar_booking_formlet.install \availability_calendar_update_7401()

Warn about 'Undefined index' warnings.

File

booking_formlet/availability_calendar_booking_formlet.install, line 10

Code

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');
}