28 calls to drupal_goto() in Drupal 6
- aggregator_admin_refresh_feed in modules/
aggregator/ aggregator.admin.inc - Menu callback; refreshes a feed, then redirects to the overview page.
- batch_process in includes/
form.inc - Processes the batch.
- comment_multiple_delete_confirm in modules/
comment/ comment.admin.inc - List the selected comments and verify that the admin really wants to delete them.
- comment_reply in modules/
comment/ comment.pages.inc - This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
- drupal_redirect_form in includes/
form.inc - Redirect the user to a URL after a form has been processed.
- filter_admin_delete in modules/
filter/ filter.admin.inc - Menu callback; confirm deletion of a format.
- locale_languages_delete_form in includes/
locale.inc - User interface for the language deletion confirmation screen.
- locale_translate_edit_form in includes/
locale.inc - User interface for string editing.
- openid_authentication in modules/
openid/ openid.module - Authenticate a user or attempt registration.
- openid_authentication_page in modules/
openid/ openid.pages.inc - Menu callback; Process an OpenID authentication.
- search_admin_settings_validate in modules/
search/ search.admin.inc - Validate callback.
- search_view in modules/
search/ search.pages.inc - Menu callback; presents the search form and/or search results.
- system_actions_configure in modules/
system/ system.module - Menu callback. Create the form for configuration of a single action.
- system_actions_remove_orphans in modules/
system/ system.module - Remove actions that are in the database but not supported by any enabled module.
- system_admin_compact_page in modules/
system/ system.admin.inc - Menu callback; Sets whether the admin menu is in compact mode or not.
- system_goto_action in modules/
system/ system.module - system_modules_uninstall_validate in modules/
system/ system.admin.inc - Validates the submitted uninstall form.
- system_run_cron in modules/
system/ system.admin.inc - Menu callback: run cron manually.
- trigger_assign in modules/
trigger/ trigger.admin.inc - Build the form that allows users to assign actions to hooks.
- trigger_unassign in modules/
trigger/ trigger.admin.inc - Confirm removal of an assigned action.
- trigger_unassign_submit in modules/
trigger/ trigger.admin.inc - update_manual_status in modules/
update/ update.fetch.inc - Callback to manually check the update status without cron.
- user_admin_role in modules/
user/ user.admin.inc - Menu callback: administer roles.
- user_login in modules/
user/ user.module - Form builder; the main user login form.
- user_logout in modules/
user/ user.pages.inc - Menu callback; logs the current user out, and redirects to the home page.
- user_pass_reset in modules/
user/ user.pages.inc - Menu callback; process one time login link and redirects to the user page on success.
- user_register in modules/
user/ user.module - Form builder; The user registration form.
- _batch_finished in includes/
batch.inc - End the batch processing: Call the 'finished' callbacks to allow custom handling of results, and resolve page redirection.