drupal_clear_path_cache
Definition
drupal_clear_path_cache()
includes/common.inc, line 124
Description
Reset the static variable which holds the aliases mapped for this request.
Code
<?php
function drupal_clear_path_cache() {
drupal_lookup_path('wipe');
}
?> 