diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-04-05 18:11:42 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-04-05 18:11:42 +0000 |
commit | 7dfd5f0b7e04013ccc6c27c5df0eddce0e1b86de (patch) | |
tree | 91c334125a9b5e6f9438d13fb8017055929d6016 /modules/search.module | |
parent | 6d959ebe3f340e4c7f11a22c67605853411d3790 (diff) | |
download | brdo-7dfd5f0b7e04013ccc6c27c5df0eddce0e1b86de.tar.gz brdo-7dfd5f0b7e04013ccc6c27c5df0eddce0e1b86de.tar.bz2 |
- my editor got set up to insert tabs instead of spaces. Cleaning up.
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search.module b/modules/search.module index ccf188f7b..9596d5cef 100644 --- a/modules/search.module +++ b/modules/search.module @@ -408,7 +408,7 @@ function search_view() { } $theme->footer(); - } + } else { $theme->header(); $theme->box(t("Access denied"), message_access()); |