]> git.mxchange.org Git - friendica.git/commitdiff
missing param
authorfriendica <info@friendica.com>
Mon, 16 Jul 2012 00:07:53 +0000 (17:07 -0700)
committerfriendica <info@friendica.com>
Mon, 16 Jul 2012 00:07:53 +0000 (17:07 -0700)
include/socgraph.php

index eccb133cc65ed78b271c40ecf2877a6125cd1a4d..4fe9eaf9095cd029e20a11103f521e027757451e 100644 (file)
@@ -229,7 +229,7 @@ function count_common_friends_zcid($uid,$zcid) {
 
 }
 
-function common_friends_zcid($uid,$zcid,$start = 0, $limit = 9999,$shuffle) {
+function common_friends_zcid($uid,$zcid,$start = 0, $limit = 9999,$shuffle = false) {
 
        if($shuffle)
                $sql_extra = " order by rand() ";