function export_is_permitted in Node export 5
Same name and namespace in other branches
- 5.2 export.module \export_is_permitted()
- 6 export.module \export_is_permitted()
2 calls to export_is_permitted()
- export_access in ./
export.module - export_node_export in ./
export.module - Exports a node - return export code in a textarea
File
- ./
export.module, line 80
Code
function export_is_permitted($type) {
return !in_array($type, variable_get('export_omitted', array()));
}