function i18n_access_perm in Translation Access 6
Implementation of hook_perm()
File
- ./
i18n_access.module, line 75 - file_description
Code
function i18n_access_perm() {
return array(
'access selected languages',
);
}
Implementation of hook_perm()
function i18n_access_perm() {
return array(
'access selected languages',
);
}