From 999164239f7406e1c83ae0a4a005754005a0e6b3 Mon Sep 17 00:00:00 2001 From: following Date: Sun, 4 Aug 2013 17:44:29 +0200 Subject: [PATCH] fixed search txt download for 1-cache results --- htdocs/lib2/search/search.txt.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib2/search/search.txt.inc.php b/htdocs/lib2/search/search.txt.inc.php index 16abc3964..ac96846f2 100644 --- a/htdocs/lib2/search/search.txt.inc.php +++ b/htdocs/lib2/search/search.txt.inc.php @@ -172,7 +172,7 @@ function search_output() $thisline = mb_ereg_replace('{logs}', $logentries, $thisline); $thisline = lf2crlf($thisline); - if (($rCount['count'] == 1) && !$bUseZip) + if (!$bUseZip) echo $thisline; else {