Projet

Général

Profil

Révision 44d2e178

Ajouté par Assos Assos il y a presque 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/node/views_handler_filter_node_uid_revision.inc
18 18

  
19 19
    $args = array_values($this->value);
20 20

  
21
    $this->query->add_where_expression($this->options['group'], "$this->table_alias.uid IN($placeholder) " . $condition . " OR
21
    $this->query->add_where_expression($this->options['group'], "$this->table_alias.uid IN($placeholder) " . "OR
22 22
      ((SELECT COUNT(*) FROM {node_revision} nr WHERE nr.uid IN($placeholder) AND nr.nid = $this->table_alias.nid) > 0)", array($placeholder => $args),
23 23
      $args);
24 24
  }

Formats disponibles : Unified diff