7 calls to drupal_get_normal_path() in Drupal 4
- drupal_access_denied in includes/
common.inc - Generates a 403 error if the request is not allowed.
- drupal_init_path in includes/
path.inc - Initialize the $_GET['q'] variable to the proper normal path.
- drupal_is_front_page in includes/
path.inc - Check if the current page is the front page.
- drupal_not_found in includes/
common.inc - Generates a 404 error if the request can not be handled.
- search_index in modules/
search.module - Update the full-text search index for a particular item.
- _menu_build in includes/
menu.inc - Build the menu by querying both modules and the database.
- _menu_site_is_offline in includes/
menu.inc - Returns TRUE if the site is off-line for maintenance.