system_goto_action($entity, $context)Redirects to a different URL.
$entity Ignored.
array $context Array with the following elements:
modules/system/system.module, line 3041
<?php
function system_goto_action($entity, $context) {
drupal_goto(token_replace($context['url'], $context));
}
?>