diff options
author | Andrew Manning <andrewmanning@grid.reticu.li> | 2017-08-27 23:47:14 +0000 |
---|---|---|
committer | Andrew Manning <andrewmanning@grid.reticu.li> | 2017-08-27 23:47:14 +0000 |
commit | acacea5efe76cb56f610ae30c5396e7b63be1e40 (patch) | |
tree | cd80b3f52e5a3e54c082c1ef1c3e1fff98341bd9 /include/items.php | |
parent | 49b38bd71b27427cad1c390d81bda3b7d38d8393 (diff) | |
parent | 187f19b1704b8a877b53a3e66c67ec26383a3ee9 (diff) | |
download | volse-hubzilla-acacea5efe76cb56f610ae30c5396e7b63be1e40.tar.gz volse-hubzilla-acacea5efe76cb56f610ae30c5396e7b63be1e40.tar.bz2 volse-hubzilla-acacea5efe76cb56f610ae30c5396e7b63be1e40.zip |
Merge remote-tracking branch 'upstream/dev' into doco
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 070c4571a..8489ec162 100755 --- a/include/items.php +++ b/include/items.php @@ -177,7 +177,7 @@ function item_normal() { } function item_normal_search() { - return " and item.item_hidden = 0 and item.item_type in (0,3) and item.item_deleted = 0 + return " and item.item_hidden = 0 and item.item_type in (0,3,6) and item.item_deleted = 0 and item.item_unpublished = 0 and item.item_delayed = 0 and item.item_pending_remove = 0 and item.item_blocked = 0 "; } |