From: Friendika Date: Wed, 5 Oct 2011 04:53:33 +0000 (-0700) Subject: another typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=6ff221d5a16ed9ca18a3fe8399b1588d5234fcc5;p=friendica.git another typo --- diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 1ec825786e..9e98099506 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -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? - $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']) );