drupal/core/modules/hal/hal.install

14 lines
169 B
Plaintext

<?php
/**
* @file
* Update functions for the HAL module.
*/
/**
* Implements hook_update_last_removed().
*/
function hal_update_last_removed() {
return 8501;
}