Skip to content

Commit

Permalink
fixed search txt download for 1-cache results
Browse files Browse the repository at this point in the history
  • Loading branch information
following5 committed Aug 4, 2013
1 parent 229c140 commit 9991642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/lib2/search/search.txt.inc.php
Expand Up @@ -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
{
Expand Down

0 comments on commit 9991642

Please sign in to comment.