diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-26 17:35:41 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-26 17:35:41 -0800 |
commit | fa5a382c4b4f8cde8091c4b067a6d9ec9f47a45c (patch) | |
tree | 4e05fe1bb86adcbcd670aaa16c9b61acb269c8cc /include/zot.php | |
parent | a73c3858318f0efe54dacd585d76e272041fba32 (diff) | |
download | volse-hubzilla-fa5a382c4b4f8cde8091c4b067a6d9ec9f47a45c.tar.gz volse-hubzilla-fa5a382c4b4f8cde8091c4b067a6d9ec9f47a45c.tar.bz2 volse-hubzilla-fa5a382c4b4f8cde8091c4b067a6d9ec9f47a45c.zip |
don't show item_delayed_publish items in tag clouds
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/zot.php b/include/zot.php index 2366c1d2d..c0d537eb9 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3951,9 +3951,6 @@ function delivery_report_is_storable($dr) { return false; - - - // is the recipient one of our connections, or do we want to store every report? $r = explode(' ', $dr['recipient']); |