diff options
author | friendica <info@friendica.com> | 2013-02-03 20:39:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-03 20:39:43 -0800 |
commit | 13ff4b9f0150ae9118368d00d3dcc458f32ba68e (patch) | |
tree | 7ec2cb0b2a317c30d5b6038643a4ada7fc83e940 /boot.php | |
parent | fb2b21626ece67862708600b11acb4c748c649f4 (diff) | |
download | volse-hubzilla-13ff4b9f0150ae9118368d00d3dcc458f32ba68e.tar.gz volse-hubzilla-13ff4b9f0150ae9118368d00d3dcc458f32ba68e.tar.bz2 volse-hubzilla-13ff4b9f0150ae9118368d00d3dcc458f32ba68e.zip |
bring back selective "mark unseen" on network page now that we can mark all unseen
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -472,7 +472,6 @@ if(! class_exists('App')) { public $cid; public $contact; public $contacts; - public $page_contact; public $content; public $data = array(); public $error = false; |