]> git.mxchange.org Git - friendica.git/commitdiff
unable to discard notify
authorFriendika <info@friendika.com>
Sat, 6 Nov 2010 23:54:21 +0000 (16:54 -0700)
committerFriendika <info@friendika.com>
Sat, 6 Nov 2010 23:54:21 +0000 (16:54 -0700)
mod/notifications.php

index b4116bbe3d8000d198dc808ca01bce0ed39600ff..44d0dfe5614a09e4048dc8b067e4ea0d77f58b63 100644 (file)
@@ -14,7 +14,7 @@ function notifications_post(&$a) {
        if($request_id) {
 
                $r = q("SELECT `id` FROM `intro` 
-                       WHERE `request-id` = %d 
+                       WHERE `id` = %d 
                        AND `uid` = %d LIMIT 1",
                                intval($request_id),
                                intval(local_user())