function gmap_location_update_1 in GMap Module 7
Same name and namespace in other branches
- 5 gmap_location.install \gmap_location_update_1()
- 6.2 gmap_location.install \gmap_location_update_1()
- 6 gmap_location.install \gmap_location_update_1()
- 7.2 gmap_location.install \gmap_location_update_1()
File
- ./
gmap_location.install, line 33 - gmap_location install routines.
Code
function gmap_location_update_1() {
drupal_set_message(t('WARNING! Obsolete gmap_location update #@num was triggered! Please verify the schema of your location table manually!', array(
'@num' => '1',
)));
}