Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/includes/handlers.inc
1588 1588
            $extras[] = $extra;
1589 1589
          }
1590 1590
          // Otherwise - and if we have a value - use it for a field-to-value condition.
1591
          elseif (!empty($info['value'])) {
1591
          elseif (isset($info['value'])) {
1592 1592
            // Convert a single-valued array of values to the single-value case,
1593 1593
            // and transform from IN() notation to = notation
1594 1594
            if (is_array($info['value']) && count($info['value']) == 1) {

Formats disponibles : Unified diff