in hubzilla we're going to convert doco to items. define it here so that an accidental import/export doesn't chuck a wobbly.
This commit is contained in:
@@ -1198,12 +1198,15 @@ function encode_item($item,$mirror = false) {
|
||||
case 2:
|
||||
$x['item_restrict'] |= ITEM_PDL;
|
||||
break;
|
||||
case 2:
|
||||
case 3:
|
||||
$x['item_restrict'] |= ITEM_WEBPAGE;
|
||||
break;
|
||||
case 2:
|
||||
case 4:
|
||||
$x['item_restrict'] |= ITEM_BUG;
|
||||
break;
|
||||
case 5:
|
||||
$x['item_restrict'] |= ITEM_DOC;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user