function img_assist_properties_form_validate in Image Assist 5.3
Same name and namespace in other branches
- 5 img_assist.module \img_assist_properties_form_validate()
- 5.2 img_assist.module \img_assist_properties_form_validate()
- 6.2 img_assist.module \img_assist_properties_form_validate()
- 6 img_assist.module \img_assist_properties_form_validate()
Related topics
File
- ./
img_assist.module, line 1128 - Image Assist module
Code
function img_assist_properties_form_validate($form_id, $form_values) {
$html = img_assist_render_image($form_values);
img_assist_set_htmlcode($html);
drupal_goto('img_assist/insert_html');
}