Merge pull request #534 from zzottel/master

Mark items read on viewing filtered network page
This commit is contained in:
zzottel 2012-11-13 02:34:51 -08:00
commit cc20276eb5
1 changed files with 4 additions and 3 deletions

View File

@ -782,9 +782,10 @@ function network_content(&$a, $update = 0) {
intval(local_user())
);
}
// if($update_unseen)
// $r = q("UPDATE `item` SET `unseen` = 0 $update_unseen");
else {
if($update_unseen)
$r = q("UPDATE `item` SET `unseen` = 0 $update_unseen");
}
// Set this so that the conversation function can find out contact info for our wall-wall items
$a->page_contact = $a->contact;