You are here

function imagefield_update_last_removed in ImageField 6.3

Implementation of hook_update_last_removed().

File

./imagefield.install, line 29

Code

function imagefield_update_last_removed() {

  // ImageField has later updates than this in the Drupal 5 version, however
  // they deal with changing formatters that are not necessary for a successful
  // upgrade to Drupal 6. Update 2 is as far as we really need.
  return 2;
}