well that really stuffed things up...
This commit is contained in:
@@ -945,9 +945,9 @@ function public_recips($msg) {
|
||||
|
||||
|
||||
if($msg['notify']['sender']['url'] === z_root())
|
||||
$sql = " where (( " . $col . " & " . PERMS_NETWORK . " ) or ( " . $col . " & " . PERMS_SITE . " )) ";
|
||||
$sql = " where (( " . $col . " & " . PERMS_NETWORK . " ) or ( " . $col . " & " . PERMS_SITE . " ) or ( " . $col . " & " . PERMS_PUBLIC . ")) ";
|
||||
else
|
||||
$sql = " where ( " . $col . " & " . PERMS_NETWORK . " ) " ;
|
||||
$sql = " where (( " . $col . " & " . PERMS_NETWORK . " ) or ( " . $col . " & " . PERMS_PUBLIC . ")) ";
|
||||
|
||||
$r = q("select channel_hash as hash from channel " . $sql );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user