return true from mail sms broadcast

darcs-hash:20080721093457-84dde-b9c735bef0d279b92e23743a5d96bcaa6b7f8444.gz
This commit is contained in:
Evan Prodromou 2008-07-21 05:34:57 -04:00
parent 30caf568e6
commit df386be05a
1 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,8 @@ function mail_broadcast_notice_sms($notice) {
}
}
}
return true;
}
function mail_send_sms_notice($notice, $user) {