You are here

function system_goto_action in Drupal 6

Same name and namespace in other branches
  1. 7 modules/system/system.module \system_goto_action()

File

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']);
}