From: Friendika Date: Fri, 5 Nov 2010 12:09:50 +0000 (-0700) Subject: lengthen contact block X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ddbf68d22c8274396ea76996bba7a7728d194e1;p=friendica.git lengthen contact block --- diff --git a/boot.php b/boot.php index 5aeb9ea949..50821640a7 100644 --- a/boot.php +++ b/boot.php @@ -1400,7 +1400,7 @@ function contact_block() { $o .= '

' . t('No contacts') . '

'; return $o; } - $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 0 ORDER BY RAND() LIMIT 12", + $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 0 ORDER BY RAND() LIMIT 24", intval($a->profile['uid']) ); if(count($r)) {