Projet

Général

Profil

Révision 6f57d8c7

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/views.api.php
1075 1075
    // Traverse through the 'where' part of the query.
1076 1076
    foreach ($query->where as &$condition_group) {
1077 1077
      foreach ($condition_group['conditions'] as &$condition) {
1078
        // If this is the part of the query filtering on title, chang the
1078
        // If this is the part of the query filtering on title, change the
1079 1079
        // condition to filter on node ID.
1080 1080
        if ($condition['field'] == 'node.title') {
1081 1081
          $condition = array(

Formats disponibles : Unified diff