<?php

/**
 * @file
 * Install and uninstall functions for the Disable field module.
 */

/**
 * Implements hook_update_last_removed().
 */
function disable_field_update_last_removed() {
  return 8001;
}
