You are here

gmap_macro_builder.install in GMap Module 7

Install / update routines for gmap_macro_builder.

File

gmap_macro_builder.install
View 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

Namesort descending Description
gmap_macro_builder_update_6100 Rename 'create macro' permission.