function img_assist_properties_form_validate in Image Assist 6.2
Same name and namespace in other branches
- 5.3 img_assist.module \img_assist_properties_form_validate()
- 5 img_assist.module \img_assist_properties_form_validate()
- 5.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 1161 - Image Assist module
Code
function img_assist_properties_form_validate($form, &$form_state) {
$html = img_assist_render_image($form_state['values']);
img_assist_set_htmlcode($html);
drupal_goto('img_assist/insert_html');
}