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/comment/views_handler_sort_ncs_last_updated.inc
11 11
 * @ingroup views_sort_handlers
12 12
 */
13 13
class views_handler_sort_ncs_last_updated extends views_handler_sort_date {
14
  function query() {
14

  
15
  /**
16
   * {@inheritdoc}
17
   */
18
  public function query() {
15 19
    $this->ensure_my_table();
16 20
    $this->node_table = $this->query->ensure_table('node', $this->relationship);
17 21
    $this->field_alias = $this->query->add_orderby(NULL, "GREATEST(" . $this->node_table . ".changed, " . $this->table_alias . ".last_comment_timestamp)", $this->options['order'], $this->table_alias . '_' . $this->field);
18 22
  }
23

  
19 24
}

Formats disponibles : Unified diff