function date_update_5103 in Date 5.2
Same name and namespace in other branches
- 5 date.install \date_update_5103()
- 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/date.install, line 314 
Code
function date_update_5103() {
  $ret = array();
  return $ret;
}