system_goto_action
- Versions
- 6 – 7
system_goto_action($object, $context)
Code
modules/system/system.module, line 1886
<?php
function system_goto_action($object, $context) {
drupal_goto($context['url']);
}
?>Login or register to post comments system_goto_action($object, $context)modules/system/system.module, line 1886
<?php
function system_goto_action($object, $context) {
drupal_goto($context['url']);
}
?>Login or register to post comments