summaryrefslogtreecommitdiff
path: root/scripts/smsqueuehandler.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-27 21:26:35 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-27 21:26:35 -0400
commitdbf28603fab3824fbaa4afc52c3f8d32f31b5041 (patch)
tree15f50ab33fe34a41ea68a71067811f19f75f3e9d /scripts/smsqueuehandler.php
parent241881238cb5e2b35cde4318236cdc5e3a7467b3 (diff)
return results of broadcasting by sms
darcs-hash:20080828012635-84dde-166baf7800333ee79a6bad2e5427ac7623c7614f.gz
Diffstat (limited to 'scripts/smsqueuehandler.php')
-rwxr-xr-xscripts/smsqueuehandler.php2
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() {