You are here

function imagefield_crop_update_7001 in Imagefield Crop 7.3

Same name and namespace in other branches
  1. 7 imagefield_crop.install \imagefield_crop_update_7001()
  2. 7.2 imagefield_crop.install \imagefield_crop_update_7001()

File

./imagefield_crop.install, line 151
Module installation file.

Code

function imagefield_crop_update_7001() {
  variable_del('imagefield_crop_info');
}