lotsoflittlestuff
This commit is contained in:
parent
ba8da761e6
commit
466267fbb5
14 changed files with 99 additions and 45 deletions
|
@ -15,6 +15,11 @@ function network_content(&$a) {
|
|||
|
||||
$contact_id = $a->cid;
|
||||
|
||||
$r = q("UPDATE `item` SET `unseen` = 0
|
||||
WHERE `unseen` = 1 AND `uid` = %d",
|
||||
intval($_SESSION['uid'])
|
||||
);
|
||||
|
||||
|
||||
$tpl = file_get_contents('view/jot-header.tpl');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue