function locale_perm in Drupal 4
Same name and namespace in other branches
- 5 modules/locale/locale.module \locale_perm()
- 6 modules/locale/locale.module \locale_perm()
Implementation of hook_perm().
File
- modules/
locale.module, line 135 - Enables administrators to manage the site interface languages.
Code
function locale_perm() {
return array(
'administer locales',
);
}