-
The Great Git Migration authoredThe Great Git Migration authored
gmap_macro_builder.install 359 B
<?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.");
}