You are here

function location_phone_update_5301 in Location 5.3

Same name and namespace in other branches
  1. 6.3 contrib/location_phone/location_phone.install \location_phone_update_5301()
  2. 7.5 contrib/location_phone/location_phone.install \location_phone_update_5301()
  3. 7.3 contrib/location_phone/location_phone.install \location_phone_update_5301()
  4. 7.4 contrib/location_phone/location_phone.install \location_phone_update_5301()

Location 3.0 update 2. Change weight of module.

File

contrib/location_phone/location_phone.install, line 78
Installation routines.

Code

function location_phone_update_5301() {
  $ret = array();

  // This update was moved to update 5302.
  return $ret;
}