You are here

function date_update_5103 in Date 6

Same name and namespace in other branches
  1. 5.2 date/date.install \date_update_5103()
  2. 5 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/date.install, line 191

Code

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