Projet

Général

Profil

Révision ef1afbb9

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/search.views.inc
43 43
      'left_table' => 'search_index',
44 44
      'left_field' => 'sid',
45 45
      'field' => 'sid',
46
      'extra' => 'search_index.type = search_dataset.type',
46
      'extra' => array('search_index.type = search_dataset.type'),
47 47
      'type' => 'INNER',
48 48
    ),
49 49
    'users' => array(
50 50
      'left_table' => 'search_index',
51 51
      'left_field' => 'sid',
52 52
      'field' => 'sid',
53
      'extra' => 'search_index.type = search_dataset.type',
53
      'extra' => array('search_index.type = search_dataset.type'),
54 54
      'type' => 'INNER',
55 55
    ),
56 56
  );

Formats disponibles : Unified diff