You are here

function imagepicker_user_image_form_delete in Image Picker 6.2

Same name and namespace in other branches
  1. 7 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 155
my imagepicker in my account

Code

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