]> git.mxchange.org Git - friendica.git/commitdiff
another typo
authorFriendika <info@friendika.com>
Wed, 5 Oct 2011 04:53:33 +0000 (21:53 -0700)
committerFriendika <info@friendika.com>
Wed, 5 Oct 2011 04:53:33 +0000 (21:53 -0700)
mod/dfrn_notify.php

index 1ec825786efaa28e5026595641a376756f4dffe9..9e980995060bc7f66397dc09954054a697779cbd 100644 (file)
@@ -453,7 +453,7 @@ function dfrn_notify_post(&$a) {
 
                        // was the top-level post for this reply written by somebody on this site? Specifically, the recipient? 
 
 
                        // was the top-level post for this reply written by somebody on this site? Specifically, the recipient? 
 
-                       $r = q("select `id` from `item` where `uri` = '%s' and AND `uid` = %d LIMIT 1",
+                       $r = q("select `id` from `item` where `uri` = '%s' AND `uid` = %d LIMIT 1",
                                dbesc($parent_uri),
                                intval($importer['importer_uid'])
                        );
                                dbesc($parent_uri),
                                intval($importer['importer_uid'])
                        );