You are here

function imagepicker_user_image_form_edit in Image Picker 7

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

File

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

Code

function imagepicker_user_image_form_edit($form, &$form_state) {
  global $user;
  drupal_goto('user/' . $user->uid . '/imagepicker/images/edit/' . $form_state['values']['img_id']);
}