You are here

function content_copy_export_form_submit in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 modules/content_copy/content_copy.module \content_copy_export_form_submit()
  2. 6 modules/content_copy/content_copy.module \content_copy_export_form_submit()

File

modules/content_copy/content_copy.module, line 199
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'];
}