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/handlers/views_handler_filter_boolean_operator_string.inc
17 17
 * @ingroup views_filter_handlers
18 18
 */
19 19
class views_handler_filter_boolean_operator_string extends views_handler_filter_boolean_operator {
20
  function query() {
20

  
21
  /**
22
   * {@inheritdoc}
23
   */
24
  public function query() {
21 25
    $this->ensure_my_table();
22 26
    $where = "$this->table_alias.$this->real_field ";
23 27

  
......
32 36
    }
33 37
    $this->query->add_where_expression($this->options['group'], $where);
34 38
  }
39

  
35 40
}

Formats disponibles : Unified diff