You are here

function date_api_update_5201 in Date 5.2

Make sure all the appropriate modules get enabled. Repeated again just to be sure they are set.

File

./date_api.install, line 134

Code

function date_api_update_5201() {
  $ret = array();
  date_api_set_variables();
  return $ret;
}