From ca3fa67802a9be55ad7cc13b94ceefe343d6db9d Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 7 Oct 2008 14:44:55 +0000 Subject: Removed pagination for the groups widget git-svn-id: https://code.elgg.org/elgg/trunk@2213 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/relationships.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine/lib') diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index 485732a59..8f2d52bbc 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -540,9 +540,10 @@ * @param int $limit The number of entities to display on a page * @param true|false $fullview Whether or not to display the full view (default: true) * @param true|false $viewtypetoggle Whether or not to allow gallery view + * @param true|false $pagination Whether to display pagination (default: true) * @return string The viewable list of entities */ - function list_entities_from_relationship($relationship, $relationship_guid, $inverse_relationship = false, $type = "", $subtype = "", $owner_guid = 0, $limit = 10, $fullview = true, $viewtypetoggle = false) { + function list_entities_from_relationship($relationship, $relationship_guid, $inverse_relationship = false, $type = "", $subtype = "", $owner_guid = 0, $limit = 10, $fullview = true, $viewtypetoggle = false, $pagination = true) { $limit = (int) $limit; $offset = (int) get_input('offset'); -- cgit v1.2.3