aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-05 05:09:50 -0700
committerFriendika <info@friendika.com>2010-11-05 05:09:50 -0700
commit7ddbf68d22c8274396ea76996bba7a7728d194e1 (patch)
tree3aec22687f4dfad8d5ff6e6d38b93e14a00dd44f /boot.php
parent3cc662aa63722f3d142fcc924614140a70ecc323 (diff)
downloadvolse-hubzilla-7ddbf68d22c8274396ea76996bba7a7728d194e1.tar.gz
volse-hubzilla-7ddbf68d22c8274396ea76996bba7a7728d194e1.tar.bz2
volse-hubzilla-7ddbf68d22c8274396ea76996bba7a7728d194e1.zip
lengthen contact block
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5aeb9ea94..50821640a 100644
--- 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)) {