geo/modules/geo_data/geo_data.module, line 30
- Versions
- 6
geo_data_perm()
Implementation of hook_perm()
Code
<?php
function geo_data_perm() {
return array('administer geospatial data');
}
?> geo/modules/geo_data/geo_data.module, line 30
geo_data_perm()Implementation of hook_perm()
<?php
function geo_data_perm() {
return array('administer geospatial data');
}
?>