aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-03 20:39:43 -0800
committerfriendica <info@friendica.com>2013-02-03 20:39:43 -0800
commit13ff4b9f0150ae9118368d00d3dcc458f32ba68e (patch)
tree7ec2cb0b2a317c30d5b6038643a4ada7fc83e940 /mod/display.php
parentfb2b21626ece67862708600b11acb4c748c649f4 (diff)
downloadvolse-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 'mod/display.php')
-rw-r--r--mod/display.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/display.php b/mod/display.php
index d109d9a9b..1fdac9c2c 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -109,8 +109,6 @@ function display_content(&$a) {
// $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1",
// intval($a->profile['uid'])
// );
-// if(count($r))
-// $a->page_contact = $r[0];
// $is_owner = ((local_user()) && (local_user() == $a->profile['profile_uid']) ? true : false);