function pasteformat_perm in Paste Format (filter, clean-up pasted text) 6
Implements hook_perm().
File
- ./
pasteformat.module, line 5
Code
function pasteformat_perm() {
return array(
'use pasteformat',
);
}
Implements hook_perm().
function pasteformat_perm() {
return array(
'use pasteformat',
);
}