You are here

function getdirections_update_6000 in Get Directions 6.2

Same name and namespace in other branches
  1. 7.3 getdirections.install \getdirections_update_6000()
  2. 7.2 getdirections.install \getdirections_update_6000()

File

./getdirections.install, line 15
getdirections module installation.

Code

function getdirections_update_6000() {
  $g3 = variable_get('use_v3', 0);
  variable_set('getdirections_use_v3', $g3);
  variable_del('use_v3');
  return array();
}