- Patch #22035 by Matt: fixed problem with alias table getting corrupted.

4.7.x
Dries Buytaert 2006-01-16 08:34:45 +00:00
parent 0ddfd29cfd
commit 54b8ad6550
1 changed files with 0 additions and 3 deletions

View File

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