From 559b7f1475c180f384e4cdce1a0e6aa687e8a1c2 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sun, 10 Feb 2008 19:07:32 +0000 Subject: [PATCH] fixed printing of results --- search.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/search.php b/search.php index 017f276..5e50c55 100755 --- a/search.php +++ b/search.php @@ -145,9 +145,7 @@ if (!defined('MOD_INDEX')) { global $srchresults; - if ($srchresults) { - return $content; } @@ -168,7 +166,7 @@ if (!defined('MOD_INDEX')) { return $content; } - + return $content; } /*