updated ctools, panels, date, diff

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-24 19:22:50 +02:00
parent 542ac42fca
commit 9acef9d37e
189 changed files with 2928 additions and 1797 deletions

View File

@@ -204,3 +204,11 @@ function date_update_7004() {
field_cache_clear();
drupal_set_message(t('Date text widgets have been updated to use an increment of 1.'));
}
/**
* Revisited: Date text widgets should always use an increment of 1.
*/
function date_update_7005() {
// @see https://www.drupal.org/node/1355256
date_update_7004();
}