You are here

function clone_action_clone_submit in Node clone 7

Action form submit.

File

./clone.module, line 338
Allow users to make a copy of an item of content (a node) and then edit that copy.

Code

function clone_action_clone_submit($form, $form_state) {
  return array(
    'clone_context' => $form_state['values']['clone_context'],
  );
}