From: friendica Date: Wed, 30 Nov 2011 03:53:18 +0000 (-0800) Subject: missing paren X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=84e197cde9f5f43a7c882219e4022f73e1dcf83e;p=friendica.git missing paren --- diff --git a/mod/network.php b/mod/network.php index 8ba736fbec..253fbac443 100644 --- a/mod/network.php +++ b/mod/network.php @@ -374,7 +374,7 @@ function network_content(&$a, $update = 0) { $myurl = $a->get_baseurl() . '/profile/'. $a->user['nickname']; $myurl = substr($myurl,strpos($myurl,'://')+3); $myurl = str_replace('www.','',$myurl); - $sql_extra .= sprintf(" AND `item`.`parent` IN (SELECT distinct(`parent`) from item where ( `author-link` regexp '%s' or `tag` regexp '%s' ) ", + $sql_extra .= sprintf(" AND `item`.`parent` IN (SELECT distinct(`parent`) from item where ( `author-link` regexp '%s' or `tag` regexp '%s' )) ", dbesc($myurl), dbesc($myurl) );