From 8df5d03f8c76a0e5e85fc909bca2227e575be439 Mon Sep 17 00:00:00 2001 From: czaks Date: Sat, 20 Jul 2013 20:05:16 -0400 Subject: [PATCH] post search: fix previous commit --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.php b/search.php index 30c05df1..20921060 100644 --- a/search.php +++ b/search.php @@ -147,7 +147,7 @@ if(!empty($temp)) $_body .= '
' . $query->rowCount() . sprintf(ngettext('%d result in', '%d results in', $query->rowCount()), - $query->rowCount) . ' ' . sprintf($config['board_abbreviation'], $board['uri']) . ' - ' . $board['title'] .