14 lines
194 B
PHP
Executable File
14 lines
194 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* @file
|
|
* Install, update and uninstall functions for the rest module.
|
|
*/
|
|
|
|
/**
|
|
* Implements hook_update_last_removed().
|
|
*/
|
|
function rest_update_last_removed() {
|
|
return 8401;
|
|
}
|