function node_convert_convert_action_submit in Node Convert 6
Same name and namespace in other branches
- 7 node_convert.module \node_convert_convert_action_submit()
File
- ./
node_convert.module, line 583 - The node_convert module converts nodes from one type to another.
Code
function node_convert_convert_action_submit($form, &$form_state) {
return array(
'template' => $form_state['values']['template'],
);
}