bring back selective "mark unseen" on network page now that we can mark all unseen

This commit is contained in:
friendica
2013-02-03 20:39:43 -08:00
parent fb2b21626e
commit 13ff4b9f01
3 changed files with 6 additions and 14 deletions

View File

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