diff options
author | Mario Vavti <mario@mariovavti.com> | 2022-12-22 12:42:44 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2022-12-22 12:42:44 +0100 |
commit | c6e7a7eaee5b9bf97a8d02cac9cec05f5750b426 (patch) | |
tree | b00e5fd1a978911123233ad9d163b3c6377efeac /include | |
parent | 999e142370a8daaf6a668ba9bba0313c59ed4f1c (diff) | |
download | volse-hubzilla-c6e7a7eaee5b9bf97a8d02cac9cec05f5750b426.tar.gz volse-hubzilla-c6e7a7eaee5b9bf97a8d02cac9cec05f5750b426.tar.bz2 volse-hubzilla-c6e7a7eaee5b9bf97a8d02cac9cec05f5750b426.zip |
comment out unused code
Diffstat (limited to 'include')
-rw-r--r-- | include/items.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 73fd584e1..88efeb64e 100644 --- a/include/items.php +++ b/include/items.php @@ -4602,10 +4602,11 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C $items = array(); } + /** @FIXME finish mark unseen sql if ($parents_str && (isset($arr['mark_seen']) && $arr['mark_seen'])) { $update_unseen = ' AND parent IN ( ' . dbesc($parents_str) . ' )'; - /** @FIXME finish mark unseen sql */ } + */ } return $items; |