X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fsocgraph.php;h=45048d8da53e1ac1efd8decbaaca5da21c6c2ce6;hb=c82e5fde0a6ff153a4f72f2c51c3e144093ef31b;hp=eccb133cc65ed78b271c40ecf2877a6125cd1a4d;hpb=12474e3c2eb21e4b5f9f6cd4b9d223f1f39bfe89;p=friendica.git diff --git a/include/socgraph.php b/include/socgraph.php index eccb133cc6..45048d8da5 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -2,7 +2,6 @@ require_once('include/datetime.php'); - /* * poco_load * @@ -229,7 +228,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() ";