function imagefield_crop_widget_validate in Imagefield Crop 6
1 string reference to 'imagefield_crop_widget_validate'
- imagefield_crop_elements in ./imagefield_crop.module 
- Implementation of hook_elements().
File
- ./imagefield_crop_widget.inc, line 269 
Code
function imagefield_crop_widget_validate($element) {
  // @todo: Check if crop values are not empty.
}