]> git.mxchange.org Git - friendica.git/commitdiff
cleanup
authorMike Macgirvin <mike@macgirvin.com>
Fri, 13 Aug 2010 12:52:28 +0000 (05:52 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Fri, 13 Aug 2010 12:52:28 +0000 (05:52 -0700)
mod/network.php

index b005e8cf36eed6a187a2f063b4e0f0cb81d293f6..982c381f2b997a250ce5bf129c8744e35b684ecc 100644 (file)
@@ -80,8 +80,7 @@ function network_content(&$a, $update = false) {
 
                $contacts = expand_groups(array($group));
                $contact_str = implode(',',$contacts);
-                $sql_extra = dbesc(" AND `item`.`parent` IN ( SELECT `parent` FROM `item` WHERE `id` = `parent` AND `type` IN ('wall', 'photo', 'remote') AND `contact-id` IN ( $contact_str )) ");
+                $sql_extra = " AND `item`.`parent` IN ( SELECT `parent` FROM `item` WHERE `id` = `parent` AND `type` IN ('wall', 'photo', 'remote') AND `contact-id` IN ( $contact_str )) ";
                 $o = '<h4>' . t('Group: ') . $r[0]['name'] . '</h4>' . $o;
 
        }