You are here

function date_update_7005 in Date 7.3

Same name and namespace in other branches
  1. 7.2 date.install \date_update_7005()

Revisited: Date text widgets should always use an increment of 1.

File

./date.install, line 233
Install, update and uninstall functions for the Date module.

Code

function date_update_7005() {

  // @see https://www.drupal.org/node/1355256
  date_update_7004();
}