You are here

function availability_calendars_update_last_removed in Availability Calendars 7.2

Implements hook_update_last_removed().

Returns the highest removed N number for removed hook_update_N hooks.

See also

http://api.drupal.org/api/drupal/modules--system--system.api.php/functio...

File

./availability_calendars.install, line 223
Install, update and uninstall functions for the Availability Calendars module.

Code

function availability_calendars_update_last_removed() {
  return 6103;
}