Stuff ...
This commit is contained in:
parent
c8430f4c44
commit
1bbbf2a5f2
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ function acl_lookup(&$a, $out_type = 'json') {
|
||||||
WHERE `uid` = %d AND `self` = 0
|
WHERE `uid` = %d AND `self` = 0
|
||||||
AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0
|
AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0
|
||||||
AND `notify` != '' $sql_extra2" ,
|
AND `notify` != '' $sql_extra2" ,
|
||||||
intval(local_user()),
|
intval(local_user())
|
||||||
);
|
);
|
||||||
$contact_count = (int)$r[0]['c'];
|
$contact_count = (int)$r[0]['c'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue