#97317 by Jaza. Avoid over-caching.

5.x
Neil Drumm 2006-11-17 05:15:19 +00:00
parent 761b0c7ffb
commit 0a238a0ae4
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@ function drupal_lookup_path($action, $path = '') {
$map[$src] = $path;
return $src;
}
else {
$map[$path] = FALSE;
}
}
}
}