You are here

function imagefield_crop_widget_settings_validate in Imagefield Crop 6

1 call to imagefield_crop_widget_settings_validate()
imagefield_crop_widget_settings in ./imagefield_crop.module
Implementation of CCK's hook_widget_settings().

File

./imagefield_crop_widget.inc, line 109

Code

function imagefield_crop_widget_settings_validate($widget) {
  module_invoke('imagefield', 'widget_settings_validate', $widget);
}