function autofill_perm in Autofill 6
Implements hook_perm.
File
- ./
autofill.module, line 47 - Main module file for the autofill module for Nojoshmo
Code
function autofill_perm() {
return array(
'administer autofill',
);
}
Implements hook_perm.
function autofill_perm() {
return array(
'administer autofill',
);
}