You are here

function gmap_macro_builder_update_6100 in GMap Module 7

Same name and namespace in other branches
  1. 6.2 gmap_macro_builder.install \gmap_macro_builder_update_6100()
  2. 6 gmap_macro_builder.install \gmap_macro_builder_update_6100()
  3. 7.2 gmap_macro_builder.install \gmap_macro_builder_update_6100()

Rename 'create macro' permission.

File

./gmap_macro_builder.install, line 11
Install / update routines for gmap_macro_builder.

Code

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.");
}