function save_edit_perm in Save & Edit 6
Implementation of hook_perm().
File
- ./
save_edit.module, line 37
Code
function save_edit_perm() {
return array(
'use save and edit',
'administer save and edit',
);
}
Implementation of hook_perm().
function save_edit_perm() {
return array(
'use save and edit',
'administer save and edit',
);
}