geo_data_perm

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');
}
?>