function drush_imagefield_crop_image_recrop in Imagefield Crop 6
File
- ./imagefield_crop.drush.inc, line 15 
Code
function drush_imagefield_crop_image_recrop($nid) {
  imagefield_crop_recrop($nid);
}
function drush_imagefield_crop_image_recrop($nid) {
  imagefield_crop_recrop($nid);
}