function system_goto_action_submit

7.x system.module system_goto_action_submit($form, $form_state)
6.x system.module system_goto_action_submit($form, $form_state)

File

drupal-6.x/modules/system/system.module, line 1923
Configuration system that lets administrators modify the workings of the site.

Code

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