Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/node/views_handler_field_node_version_count.inc
1 1
<?php
2

  
2 3
/**
3 4
 * @file
4 5
 * Definition of views_handler_field_node_version_count.
......
10 11
 * @ingroup views_field_handlers
11 12
 */
12 13
class views_handler_field_node_version_count extends views_handler_field_numeric {
13
  function query() {
14

  
15
  /**
16
   * {@inheritdoc}
17
   */
18
  public function query() {
14 19
    $this->ensure_my_table();
15 20
    // Add the field.
16 21
    $params = $this->options['group_type'] != 'group' ? array('function' => $this->options['group_type']) : array();
......
18 23

  
19 24
    $this->add_additional_fields();
20 25
  }
26

  
21 27
}

Formats disponibles : Unified diff