You are here

function date_update_5103 in Date 5

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

Data integrity update, moved to Version 2 because it can make lots of db changes and we want people to be prepared for a significant change.

File

./date.install, line 325

Code

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