lost else
darcs-hash:20080716053532-84dde-0a53cc573ee9a0c20ff88e011d83f15e60f7c825.gz
This commit is contained in:
parent
8b1bf1e38c
commit
9e5a8b7e1f
@ -238,6 +238,7 @@ function jabber_broadcast_notice($notice) {
|
|||||||
$success = jabber_send_notice($user->jabber, $notice);
|
$success = jabber_send_notice($user->jabber, $notice);
|
||||||
if ($success) {
|
if ($success) {
|
||||||
$sent_to[$user->id] = true;
|
$sent_to[$user->id] = true;
|
||||||
|
} else {
|
||||||
# XXX: Not sure, but I think that's the right thing to do
|
# XXX: Not sure, but I think that's the right thing to do
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user