forgot to use the array for avoiding dupes
darcs-hash:20080830094252-84dde-bf6c17d7036c84bfeaf41d2fc704cc8656a083c1.gz
This commit is contained in:
parent
72d8bb12e1
commit
c46f152697
@ -222,6 +222,7 @@ function jabber_broadcast_notice($notice) {
|
|||||||
'Sending reply notice ' . $notice->id . ' to ' . $user->jabber,
|
'Sending reply notice ' . $notice->id . ' to ' . $user->jabber,
|
||||||
__FILE__);
|
__FILE__);
|
||||||
$conn->message($user->jabber, $msg, 'chat', NULL, $entry);
|
$conn->message($user->jabber, $msg, 'chat', NULL, $entry);
|
||||||
|
$sent_to[$user->id] = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Now, get users subscribed to this profile
|
# Now, get users subscribed to this profile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user