function content_copy_export_form_submit in Content Construction Kit (CCK) 6
Same name and namespace in other branches
- 6.3 modules/content_copy/content_copy.module \content_copy_export_form_submit()
- 6.2 modules/content_copy/content_copy.module \content_copy_export_form_submit()
File
- modules/
content_copy/ content_copy.module, line 163 - Adds capability to import/export CCK field data definitions.
Code
function content_copy_export_form_submit($form, &$form_state) {
$form_state['rebuild'] = TRUE;
$form_state['storage']['step'] = $form_state['values']['step'];
}