diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-27 21:26:35 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-27 21:26:35 -0400 |
commit | dbf28603fab3824fbaa4afc52c3f8d32f31b5041 (patch) | |
tree | 15f50ab33fe34a41ea68a71067811f19f75f3e9d | |
parent | 241881238cb5e2b35cde4318236cdc5e3a7467b3 (diff) |
return results of broadcasting by sms
darcs-hash:20080828012635-84dde-166baf7800333ee79a6bad2e5427ac7623c7614f.gz
-rwxr-xr-x | scripts/smsqueuehandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php index f6738053b..b75efe4ed 100755 --- a/scripts/smsqueuehandler.php +++ b/scripts/smsqueuehandler.php @@ -44,7 +44,7 @@ class SmsQueueHandler extends QueueHandler { } function handle_notice($notice) { - mail_broadcast_notice_sms($notice); + return mail_broadcast_notice_sms($notice); } function finish() { |