You are here

function filefield_update_last_removed in FileField 6.3

Implementation of hook_update_last_removed().

File

./filefield.install, line 105

Code

function filefield_update_last_removed() {
  return 3;
}