Projet

Général

Profil

Révision b720ea3e

Ajouté par Assos Assos il y a plus de 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/date_api/date_api.install
96 96
    'date_php_min_year',
97 97
    'date_db_tz_support',
98 98
    'date_api_use_iso8601',
99
    );
99
  );
100 100
  foreach ($variables as $variable) {
101 101
    variable_del($variable);
102 102
  }
......
118 118
}
119 119

  
120 120
/**
121
 * Move old date format data to new date format tables, and delete the old
122
 * tables. Insert only values that don't already exist in the new tables, in
121
 * Move old date format to new date format tables,and delete the old tables.
122
 *
123
 * Insert only values that don't already exist in the new tables, in
123 124
 * case new version of those custom values have already been created.
124 125
 */
125 126
function date_api_update_7000() {

Formats disponibles : Unified diff