Projet

Général

Profil

Révision db9ffd17

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/date_views/includes/date_views.views.inc
128 128
  // Mark all the core date handlers as date fields.
129 129
  // This will identify all handlers that directly use the _date handlers,
130 130
  // will not pick up any that extend those handlers.
131
  foreach ($data as $module => &$table) {
131
  foreach ($data as $base_table => &$table) {
132 132
    foreach ($table as $id => &$field) {
133 133
      foreach (array('field', 'sort', 'filter', 'argument') as $type) {
134 134
        if (isset($field[$type]) && isset($field[$type]['handler']) && ($field[$type]['handler'] == 'views_handler_' . $type . '_date')) {

Formats disponibles : Unified diff