Projet

Général

Profil

Révision ee46a8ed

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

Update date 7.x-2.9 -> 7.x-2.10-rc1

Voir les différences:

drupal7/sites/all/modules/date/date_views/includes/date_views_plugin_pager.inc
281 281
        else {
282 282
          $this->view->date_info->prev_date = clone($argument->min_date);
283 283
          date_modify($this->view->date_info->prev_date, '-1 ' . $argument->date_handler->granularity);
284
          $this->view->date_info->next_date = clone($argument->max_date);
284
          $this->view->date_info->next_date = clone($argument->min_date);
285 285
          date_modify($this->view->date_info->next_date, '+1 ' . $argument->date_handler->granularity);
286 286
        }
287 287
        // Write the date_info properties that depend on the current value.

Formats disponibles : Unified diff