Files
farmOS-dev/web/core/modules/field/field.install
2024-12-10 15:08:16 +01:00

14 lines
196 B
PHP

<?php
/**
* @file
* Install, update and uninstall functions for the field module.
*/
/**
* Implements hook_update_last_removed().
*/
function field_update_last_removed() {
return 8500;
}