function system_goto_action

7.x system.module system_goto_action($entity, $context)
6.x system.module system_goto_action($object, $context)
1 string reference to 'system_goto_action'
system_action_info in drupal-6.x/modules/system/system.module
Implementation of hook_action_info().

File

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

Code

function system_goto_action($object, $context) {
  drupal_goto($context['url']);
}