]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
SQL error
authorEvan Prodromou <evan@prodromou.name>
Mon, 21 Jul 2008 09:18:54 +0000 (05:18 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 21 Jul 2008 09:18:54 +0000 (05:18 -0400)
darcs-hash:20080721091854-84dde-98b2bc313f23694a92c6f3ce92fd8f6beafe01fd.gz

lib/mail.php

index 8c5c7cf3dc66d6245c252137deba779b94f35c76..c9c59db35b448a301d293d7223947de4e0ee2694 100644 (file)
@@ -164,7 +164,7 @@ function mail_broadcast_notice_sms($notice) {
 
        $user->smsnotify = 1;
        $user->whereAdd('EXISTS (select subscriber from subscriptions where ' .
-                                       ' subscriber = user.id and subscribed = ' . $notice->profile_id);
+                                       ' subscriber = user.id and subscribed = ' . $notice->profile_id . ')');
        $user->whereAdd('sms is not null');
 
        $cnt = $user->find();