function getlocations_perm in Get Locations 6
Same name and namespace in other branches
- 6.2 getlocations.module \getlocations_perm()
Implementation of hook_perm().
File
- ./
getlocations.module, line 43 - Displays locations on a map. for Drupal 6 using version 3 googlemaps API
Code
function getlocations_perm() {
return array(
'access getlocations',
'access user getlocations',
);
}