start doco cleanup

This commit is contained in:
redmatrix
2015-07-03 14:56:48 -07:00
parent 90a31f4ad5
commit 37c78bcf05
65 changed files with 67 additions and 62 deletions

View File

@@ -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;
}
}