function system_goto_action_submit

File

drupal/modules/system/system.module, line 3349
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'],
  );
}