drupal_rebuild_path_map
Definition
drupal_rebuild_path_map()
includes/common.inc, line 69
Description
Regenerate the path map from the information in the database.
Code
<?php
function drupal_rebuild_path_map() {
drupal_get_path_map('rebuild');
}
?> 