| 6 system.module | system_goto_action_submit($form, $form_state) |
| 7 system.module | system_goto_action_submit($form, $form_state) |
| 8 system.module | system_goto_action_submit($form, $form_state) |
File
- modules/
system/ system.module, line 1925 - 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'],
);
}
Login or register to post comments