Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
content_copy_export_form_submit($form, &$form_state)
contributions/cck/modules/content_copy/content_copy.module, line 150
<?php
function content_copy_export_form_submit($form, &$form_state) {
$form_state['rebuild'] = TRUE;
$form_state['storage']['step'] = $form_state['values']['step'];
}
?>