You are here

function image_effects_update_last_removed in Image Effects 8.3

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

Minimum 2.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 8203;
}