From 41fed2568509d6eb581be9aa1df000b25b079d63 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 27 Jun 2008 11:25:31 +0000 Subject: Added a 'display full view' parameter to all of the listings functions git-svn-id: https://code.elgg.org/elgg/trunk@1170 36083f99-b078-4883-b0ff-0f9b5a30f544 --- search/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search') diff --git a/search/index.php b/search/index.php index 5718047ad..0825fee25 100644 --- a/search/index.php +++ b/search/index.php @@ -29,7 +29,7 @@ $owner_guid = explode(",",$owner_guid); } - $body = list_entities_from_metadata($md_type, $tag, $objecttype, $subtype, $owner_guid); + $body = list_entities_from_metadata($md_type, $tag, $objecttype, $subtype, $owner_guid, 10, false); $body = elgg_view_layout('one_column',$body); page_draw(sprintf(elgg_echo('searchtitle'),$tag),$body); -- cgit v1.2.3