]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
return true from mail sms broadcast
authorEvan Prodromou <evan@prodromou.name>
Mon, 21 Jul 2008 09:34:57 +0000 (05:34 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 21 Jul 2008 09:34:57 +0000 (05:34 -0400)
darcs-hash:20080721093457-84dde-b9c735bef0d279b92e23743a5d96bcaa6b7f8444.gz

lib/mail.php

index 3503be1d148f976574d1853472500749a9e42254..f9fb4b77b3d65bc9815a662dd1755829e4eb9ad2 100644 (file)
@@ -184,6 +184,8 @@ function mail_broadcast_notice_sms($notice) {
                        }
                }
        }
+       
+       return true;
 }
 
 function mail_send_sms_notice($notice, $user) {