You are here

function gmap_location_update_2 in GMap Module 6.2

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

File

./gmap_location.install, line 37
gmap_location install routines.

Code

function gmap_location_update_2() {
  drupal_set_message(t('WARNING! Obsolete gmap_location update #@num was triggered! Please verify the schema of your location table manually!', array(
    '@num' => '2',
  )));
}