1
1
Fork 0

lotsoflittlestuff

This commit is contained in:
Mike Macgirvin 2010-07-20 05:21:19 -07:00
commit 466267fbb5
14 changed files with 99 additions and 45 deletions

View file

@ -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');