gmap_macro_builder.install in GMap Module 7
Same filename and directory in other branches
Install / update routines for gmap_macro_builder.
File
gmap_macro_builder.installView source
<?php
/**
* @file
* Install / update routines for gmap_macro_builder.
*/
/**
* Rename 'create macro' permission.
*/
function gmap_macro_builder_update_6100() {
// This should not affect too many people.
return t("The 'create macro' permission was renamed to 'Create gmap macro'. You will have to readd the permission to the appropriate roles.");
}
Functions
Name | Description |
---|---|
gmap_macro_builder_update_6100 | Rename 'create macro' permission. |