drupal_set_message(t('The installation of GMap module was unsuccessful.'),'error');
}
}
functiongmap_location_update_1(){
return_system_update_utf8(array('location'));
}
functiongmap_location_update_2(){
$ret=array();
switch($GLOBALS['db_type']){
case'mysql':
case'mysqli':
$ret[]=update_sql("ALTER TABLE {location} CHANGE oid eid int unsigned NOT NULL default '0'");
break;
}
drupal_set_message("The schema for gmap module (location table) has been updated. The update is such that you may want to re-resave any views you have that may include locations.");