drupal_rebuild_path_map
- Versions
- 4.6
drupal_rebuild_path_map()
Regenerate the path map from the information in the database.
Code
includes/common.inc, line 69
<?php
function drupal_rebuild_path_map() {
drupal_get_path_map('rebuild');
}
?>Login or register to post comments 