You are here

function date_update_5101 in Date 6

Same name and namespace in other branches
  1. 5.2 date/date.install \date_update_5101()
  2. 5 date.install \date_update_5101()

Date offsets were not getting saved. Need to repair the database. Superceded by update 5103().

File

date/date.install, line 171

Code

function date_update_5101() {
  $ret = array();
  return $ret;
}