You are here

function date_update_5101 in Date 5

Same name and namespace in other branches
  1. 5.2 date/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.install, line 305

Code

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