You are here

function image_effects_update_last_removed in Image Effects 8.2

Same name and namespace in other branches
  1. 8.3 image_effects.install \image_effects_update_last_removed()

Minimum 1.x schema version to allow upgrading from.

File

./image_effects.install, line 34
Install, update and uninstall functions for the image_effects module.

Code

function image_effects_update_last_removed() {
  return 8004;
}