fix it again
This commit is contained in:
parent
b41592f556
commit
3b4da00495
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function group_public_members($gid) {
|
||||||
$r = q("SELECT `contact`.`id` AS `contact-id` FROM `group_member`
|
$r = q("SELECT `contact`.`id` AS `contact-id` FROM `group_member`
|
||||||
LEFT JOIN `contact` ON `contact`.`id` = `group_member`.`contact-id`
|
LEFT JOIN `contact` ON `contact`.`id` = `group_member`.`contact-id`
|
||||||
WHERE `gid` = %d AND `group_member`.`uid` = %d
|
WHERE `gid` = %d AND `group_member`.`uid` = %d
|
||||||
AND ( `contact`.`network` = '%s' OR `contact`.`notify` != '' )",
|
AND ( `contact`.`network` = '%s' OR `contact`.`notify` = '' )",
|
||||||
intval($gid),
|
intval($gid),
|
||||||
intval(local_user()),
|
intval(local_user()),
|
||||||
dbesc(NETWORK_OSTATUS)
|
dbesc(NETWORK_OSTATUS)
|
||||||
|
|
Loading…
Reference in a new issue