From ba3cff6d9a505e22732c800430e34adb7e55f3a4 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 11 Feb 2013 00:20:14 -0800 Subject: progress on tag delivery --- mod/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/search.php') diff --git a/mod/search.php b/mod/search.php index f76254116..1bea720a6 100644 --- a/mod/search.php +++ b/mod/search.php @@ -219,7 +219,7 @@ function search_content(&$a) { ); xchan_query($items); - $items = fetch_post_tags($items); + $items = fetch_post_tags($items,true); $items = conv_sort($items,'created'); } else { @@ -249,7 +249,7 @@ function search_content(&$a) { ); -// $a = fetch_post_tags($a); +// $a = fetch_post_tags($a,true); if(! count($r)) { info( t('No results.') . EOL); -- cgit v1.2.3