tweaks to author collapsing

This commit is contained in:
Friendika 2011-03-27 20:43:45 -07:00
parent 7defb1768b
commit 77fbd2f78c

View file

@ -365,10 +365,9 @@ function network_content(&$a, $update = 0) {
}
else {
$blowhard = $item['cid'];
if($blowhard_count > 3) {
$blowhard_count = 0;
if($blowhard_count > 3)
$o .= '</div>';
}
$blowhard_count = 0;
}
$comments_seen = 0;