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/tracker/views_handler_filter_tracker_comment_user_uid.inc
1 1
<?php
2

  
2 3
/**
3 4
 * @file
4
 * Contains views_handler_filter_tracker_comment_user_uid
5
 * Definition of views_handler_filter_tracker_comment_user_uid.
5 6
 */
6 7

  
7 8
/**
......
10 11
class views_handler_filter_tracker_comment_user_uid extends views_handler_filter_comment_user_uid {
11 12

  
12 13
  /**
13
   * Overrides views_handler_filter_comment_user_uid::query()
14
   * {@inheritdoc}
14 15
   */
15
  function query() {
16
  public function query() {
16 17
    // Because this handler thinks it's an argument for a field on the {node}
17 18
    // table, we need to make sure {tracker_user} is JOINed and use its alias
18 19
    // for the WHERE clause.

Formats disponibles : Unified diff