openlayers/openlayers.module, line 45
- Versions
- 6
openlayers_perm()
Implementation of hook_perm
Code
<?php
function openlayers_perm() {
return array('administer openlayers');
}
?> openlayers/openlayers.module, line 45
openlayers_perm()Implementation of hook_perm
<?php
function openlayers_perm() {
return array('administer openlayers');
}
?>