X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fsocgraph.php;h=4fe9eaf9095cd029e20a11103f521e027757451e;hb=082ad499c6bceadb2a1bc5127229bd0f86ee3895;hp=eccb133cc65ed78b271c40ecf2877a6125cd1a4d;hpb=bd12902d7b384c4ba38ae40c4fa1f34f7e5393b4;p=friendica.git diff --git a/include/socgraph.php b/include/socgraph.php index eccb133cc6..4fe9eaf909 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -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() ";