You are here

function getdirections_update_7000 in Get Directions 7.3

File

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

Code

function getdirections_update_7000() {
  variable_del('getdirections_use_v3');
  return array();
}