You are here

function hook_update_last_removed in File (Field) Paths 7

Implements hook_update_last_removed().

File

./filefield_paths.install, line 50
Install, update and uninstall functions for the File (Field) Paths module.

Code

function hook_update_last_removed() {
  return 6103;
}