increase visibility of group filter

This commit is contained in:
Friendika 2011-02-28 02:56:46 -08:00
parent 6ea77889b3
commit 3308a69320
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function network_content(&$a, $update = 0) {
} }
$sql_extra = " AND `item`.`parent` IN ( SELECT `parent` FROM `item` WHERE `id` = `parent` AND `contact-id` IN ( $contact_str )) "; $sql_extra = " AND `item`.`parent` IN ( SELECT `parent` FROM `item` WHERE `id` = `parent` AND `contact-id` IN ( $contact_str )) ";
$o = '<h4>' . t('Group: ') . $r[0]['name'] . '</h4>' . $o; $o = '<h2>' . t('Group: ') . $r[0]['name'] . '</h2>' . $o;
} }
if((! $group) && (! $update)) if((! $group) && (! $update))