diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-08-25 20:56:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-08-25 20:56:32 +0000 |
commit | 8dd4b4635145fdd5c5f7ae7b5746f24e06474dee (patch) | |
tree | 01fc6e9f6e880961e977cb64114f5fb849a232f7 | |
parent | 078c99ca5dfb21ad6c9449743f1fd79d4afb34ab (diff) | |
download | brdo-8dd4b4635145fdd5c5f7ae7b5746f24e06474dee.tar.gz brdo-8dd4b4635145fdd5c5f7ae7b5746f24e06474dee.tar.bz2 |
- Removed some debug code.
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 1ce0ea3f8..5e51e4fc8 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -495,8 +495,6 @@ function drupal_lookup_path($action, $path = '') { } elseif ($count > 0 && $path != '') { if ($action == 'source') { - if (TRUE) return; - if (isset($map[$path])) { return $map[$path]; } |