You are here

function manualcrop_update_7107 in Manual Crop 7

Re-run update 7103 to remove all styles that weren't selected in the interface.

File

./manualcrop.install, line 342
Install, update and uninstall functions for the Manual Crop module.

Code

function manualcrop_update_7107(&$sandbox) {
  manualcrop_update_7103($sandbox);
}