From 37c78bcf055276b1e1817f718cfd36294f1f7d87 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 3 Jul 2015 14:56:48 -0700 Subject: start doco cleanup --- include/items.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index f7a1e4727..6484baeae 100755 --- a/include/items.php +++ b/include/items.php @@ -999,6 +999,8 @@ function get_item_elements($x) { $arr['item_type'] = ITEM_TYPE_BUG; if($x['item_restrict'] & 0x0800) $arr['item_pending_remove'] = 1; + if($x['item_restrict'] & 0x1000) + $arr['item_type'] = ITEM_TYPE_DOC; } } -- cgit v1.2.3