function imagefield_crop_update_7001 in Imagefield Crop 7.2
Same name and namespace in other branches
- 7.3 imagefield_crop.install \imagefield_crop_update_7001()
- 7 imagefield_crop.install \imagefield_crop_update_7001()
File
- ./
imagefield_crop.install, line 73 - Module installation file.
Code
function imagefield_crop_update_7001() {
variable_del('imagefield_crop_info');
}