You are here

function gmap_location_update_5102 in GMap Module 7.2

Same name and namespace in other branches
  1. 5 gmap_location.install \gmap_location_update_5102()
  2. 6.2 gmap_location.install \gmap_location_update_5102()
  3. 6 gmap_location.install \gmap_location_update_5102()
  4. 7 gmap_location.install \gmap_location_update_5102()

Gmap 5.x-1.1 update 1.

(Still haven't diverged for 6.x.) #392130: Use better permission names.

File

./gmap_location.install, line 185
gmap_location install routines.

Code

function gmap_location_update_5102() {
  $ret = array();
  drupal_set_message(t('You are upgrading from an ancient GMap version. Please see <a href="@url">this issue</a>.', array(
    '@url' => 'http://drupal.org/node/392130',
  )));
  return $ret;
}