From: friendica Date: Sat, 30 Jun 2012 08:35:45 +0000 (-0700) Subject: don't show a "more" link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6408be3225d403cfb837f45496e8d9fca23e2128;p=friendica-addons.git don't show a "more" link --- diff --git a/page.tgz b/page.tgz index b091a07d..4c9ef1cb 100644 Binary files a/page.tgz and b/page.tgz differ diff --git a/page/page.php b/page/page.php index 6b924294..c5cac764 100755 --- a/page/page.php +++ b/page/page.php @@ -136,14 +136,9 @@ function page_profile_advanced($a,&$b) { foreach($contacts as $contact) { $page .= micropro($contact,false,'page-profile-advanced'); $total_shown ++; - if(($show_total) && ($total_shown == $show_total)) { - $more = true; - $page .= ''; $page .= '
'; if(count($contacts) > 0)