forgot to use the array for avoiding dupes

darcs-hash:20080830094252-84dde-bf6c17d7036c84bfeaf41d2fc704cc8656a083c1.gz
This commit is contained in:
Evan Prodromou 2008-08-30 05:42:52 -04:00
parent 72d8bb12e1
commit c46f152697
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ function jabber_broadcast_notice($notice) {
'Sending reply notice ' . $notice->id . ' to ' . $user->jabber,
__FILE__);
$conn->message($user->jabber, $msg, 'chat', NULL, $entry);
$sent_to[$user->id] = 1;
}
# Now, get users subscribed to this profile