diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-28 19:45:57 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-28 19:45:57 -0700 |
commit | f965209eee06b3affbd3165e6c165e02f76bcabd (patch) | |
tree | 8c170543e9e7ee3a0ac9da0cef540b9a8502296c /mod/channel.php | |
parent | 5c526995d8534465602775dfddebd8d77855d2e2 (diff) | |
download | volse-hubzilla-f965209eee06b3affbd3165e6c165e02f76bcabd.tar.gz volse-hubzilla-f965209eee06b3affbd3165e6c165e02f76bcabd.tar.bz2 volse-hubzilla-f965209eee06b3affbd3165e6c165e02f76bcabd.zip |
check public scopes against visitor in item_permissions_sql()
Diffstat (limited to 'mod/channel.php')
-rw-r--r-- | mod/channel.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/channel.php b/mod/channel.php index d1064e939..f582eaf75 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -153,7 +153,6 @@ function channel_content(&$a, $update = 0, $load = false) { else $page_mode = 'client'; - $abook_uids = " and abook.abook_channel = " . intval($a->profile['profile_uid']) . " "; $simple_update = (($update) ? " AND item_unseen = 1 " : ''); |