You are here

function imagemagick_update_last_removed in ImageMagick 8.3

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

Minimum 2.x schema version to allow upgrading from.

File

./imagemagick.install, line 41
ImageMagick installation scripts.

Code

function imagemagick_update_last_removed() {
  return 8203;
}