You are here

function imagemagick_update_last_removed in ImageMagick 7

Same name and namespace in other branches
  1. 8.3 imagemagick.install \imagemagick_update_last_removed()

Implements hook_update_last_removed().

File

./imagemagick.install, line 58
Installation functions for ImageMagick module.

Code

function imagemagick_update_last_removed() {
  return 7000;
}