Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

content_copy_export_form_submit

Definition

content_copy_export_form_submit($form, &$form_state)
contributions/cck/modules/content_copy/content_copy.module, line 150

Code

<?php
function content_copy_export_form_submit($form, &$form_state) {
  $form_state['rebuild'] = TRUE;
  $form_state['storage']['step'] = $form_state['values']['step'];
}
?>