You are here

function location_update_6305 in Location 7.3

Same name and namespace in other branches
  1. 6.3 location.install \location_update_6305()
  2. 7.5 location.install \location_update_6305()
  3. 7.4 location.install \location_update_6305()

Disabled due to some typos, moved to 6306.

File

./location.install, line 1471
Install, update and uninstall functions for the location module.

Code

function location_update_6305() {
  return array();
}