diff options
author | friendica <info@friendica.com> | 2012-03-20 19:06:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-20 19:06:26 -0700 |
commit | 810e69ef0a88a959ce9f5358377cdc1c7d4bd53a (patch) | |
tree | e03a53df5a958f8664b903ddc62560bfb75c41d2 | |
parent | ef33cfcc9a30b7e457c94d772a520162cd6b7a35 (diff) | |
download | volse-hubzilla-810e69ef0a88a959ce9f5358377cdc1c7d4bd53a.tar.gz volse-hubzilla-810e69ef0a88a959ce9f5358377cdc1c7d4bd53a.tar.bz2 volse-hubzilla-810e69ef0a88a959ce9f5358377cdc1c7d4bd53a.zip |
more friend suggestions
-rwxr-xr-x | include/socgraph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socgraph.php b/include/socgraph.php index 79d7340a4..b2f545509 100755 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -230,7 +230,7 @@ function all_friends($uid,$cid,$start = 0, $limit = 80) { -function suggestion_query($uid, $start = 0, $limit = 40) { +function suggestion_query($uid, $start = 0, $limit = 80) { if(! $uid) return array(); |