diff options
author | friendica <info@friendica.com> | 2012-03-06 17:21:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-06 17:21:14 -0800 |
commit | 88cd5800cf2e22f365bc38f567fcc1627e9278a7 (patch) | |
tree | 6c73c3b9db3b7ca267a379b291af90df91839d21 /mod/display.php | |
parent | 39a49d51e370f6421a065cd78594e849ef92ff73 (diff) | |
download | volse-hubzilla-88cd5800cf2e22f365bc38f567fcc1627e9278a7.tar.gz volse-hubzilla-88cd5800cf2e22f365bc38f567fcc1627e9278a7.tar.bz2 volse-hubzilla-88cd5800cf2e22f365bc38f567fcc1627e9278a7.zip |
[privacy] rework latest fix
Diffstat (limited to 'mod/display.php')
-rwxr-xr-x | mod/display.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/display.php b/mod/display.php index 00f8b503a..f510f793d 100755 --- a/mod/display.php +++ b/mod/display.php @@ -87,9 +87,6 @@ function display_content(&$a) { $sql_extra = permissions_sql($a->profile['uid'],$remote_contact,$groups); - if(! local_user() && ! remote_user()) - $sql_extra .= " and `item`.`private` = 0 "; - $r = q("SELECT `item`.*, `item`.`id` AS `item_id`, `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`rel`, `contact`.`network`, `contact`.`thumb`, `contact`.`self`, `contact`.`writable`, |