You are here

function date_update_5101 in Date 5.2

Same name and namespace in other branches
  1. 5 date.install \date_update_5101()
  2. 6 date/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 295

Code

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