You are here

function imagepicker_user_image_form_delete in Image Picker 7

Same name and namespace in other branches
  1. 6.2 imagepicker.user.inc \imagepicker_user_image_form_delete()
1 string reference to 'imagepicker_user_image_form_delete'
imagepicker_user_image_form in ./imagepicker.user.inc

File

./imagepicker.user.inc, line 164
@author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function imagepicker_user_image_form_delete($form, &$form_state) {
  imagepicker_image_delete($form_state['values']['img_id'], FALSE, 'account');
}