]> git.mxchange.org Git - friendica.git/commitdiff
lengthen contact block
authorFriendika <info@friendika.com>
Fri, 5 Nov 2010 12:09:50 +0000 (05:09 -0700)
committerFriendika <info@friendika.com>
Fri, 5 Nov 2010 12:09:50 +0000 (05:09 -0700)
boot.php

index 5aeb9ea9497f4c2b5adffb801677cf2dfab2c22b..50821640a751523686b39c5ce4894ac545c8f405 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1400,7 +1400,7 @@ function contact_block() {
                $o .= '<h4 class="contact-h4">' . t('No contacts') . '</h4>';
                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)) {