diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-24 00:56:06 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-24 00:56:06 -0700 |
commit | b3ac1cd993f893efc7b9f6862f630f0784aa1c9f (patch) | |
tree | e48d8c55f810dd21b73e6e17868da2a63f0958c7 /include/socgraph.php | |
parent | 41343b32c5f9bb640ec92b6e19e95ebe4955cd98 (diff) | |
download | volse-hubzilla-b3ac1cd993f893efc7b9f6862f630f0784aa1c9f.tar.gz volse-hubzilla-b3ac1cd993f893efc7b9f6862f630f0784aa1c9f.tar.bz2 volse-hubzilla-b3ac1cd993f893efc7b9f6862f630f0784aa1c9f.zip |
mod/branchtopic - move an off-topic comment to its own thread as a fresh wall-to-wall post and the same delivery permissions as its parent. No adjustments are made for complex delivery chains.
Diffstat (limited to 'include/socgraph.php')
-rw-r--r-- | include/socgraph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socgraph.php b/include/socgraph.php index acebec419..0ad7c4034 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -470,7 +470,7 @@ function poco($a,$extended = false) { $sql_extra = " and abook_flags = 0 "; if($cid) - $sql_extra = sprintf(" and abook_id = %d ",intval($cid)); + $sql_extra = sprintf(" and abook_id = %d and ( abook_flags & " . ABOOK_FLAG_HIDDEN . " ) = 0 ",intval($cid)); if($system_mode) { $r = q("SELECT count(*) as `total` from abook where ( abook_flags & " . ABOOK_FLAG_SELF . |