aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-23 18:28:17 -0700
committerFriendika <info@friendika.com>2011-08-23 18:28:17 -0700
commit3b4da00495f17fd937ebdfc14b52106ac4d9a5f3 (patch)
treed563cfb4d10efe6ee26350bf6761ea2264af3172 /include/group.php
parentb41592f5563f0cf1e776a02da6771cd096d47943 (diff)
downloadvolse-hubzilla-3b4da00495f17fd937ebdfc14b52106ac4d9a5f3.tar.gz
volse-hubzilla-3b4da00495f17fd937ebdfc14b52106ac4d9a5f3.tar.bz2
volse-hubzilla-3b4da00495f17fd937ebdfc14b52106ac4d9a5f3.zip
fix it again
Diffstat (limited to 'include/group.php')
-rw-r--r--include/group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php
index d69679484..f21ce42e0 100644
--- a/include/group.php
+++ b/include/group.php
@@ -124,7 +124,7 @@ function group_public_members($gid) {
$r = q("SELECT `contact`.`id` AS `contact-id` FROM `group_member`
LEFT JOIN `contact` ON `contact`.`id` = `group_member`.`contact-id`
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(local_user()),
dbesc(NETWORK_OSTATUS)