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_filter_node_uid_revision.inc
11 11
 * @ingroup views_filter_handlers
12 12
 */
13 13
class views_handler_filter_node_uid_revision extends views_handler_filter_user_name {
14
  function query($group_by = FALSE) {
14

  
15
  /**
16
   * {@inheritdoc}
17
   */
18
  public function query($group_by = FALSE) {
15 19
    $this->ensure_my_table();
16 20

  
17 21
    $placeholder = $this->placeholder();
......
22 26
      ((SELECT COUNT(*) FROM {node_revision} nr WHERE nr.uid IN($placeholder) AND nr.nid = $this->table_alias.nid) > 0)", array($placeholder => $args),
23 27
      $args);
24 28
  }
29

  
25 30
}

Formats disponibles : Unified diff