You are here

function imagepicker_image_form_edit in Image Picker 7

Same name and namespace in other branches
  1. 6.2 imagepicker.functions.inc \imagepicker_image_form_edit()
1 string reference to 'imagepicker_image_form_edit'
imagepicker_image_form in ./imagepicker.functions.inc
Function to display the image insertion form

File

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

Code

function imagepicker_image_form_edit($form, &$form_state) {
  drupal_goto('imagepicker/edit/' . $form_state['values']['img_id']);
}