function mail_edit_perm in Mail Editor 6
Implementation of hook_perm().
File
- ./
mail_edit.module, line 21 - Main file for the Mail Editor module.
Code
function mail_edit_perm() {
return array(
'administer mail templates',
);
}
Implementation of hook_perm().
function mail_edit_perm() {
return array(
'administer mail templates',
);
}