Projet

Général

Profil

Révision 4003efde

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/handlers/views_handler_filter_combine.inc
129 129
    foreach ($matches as $match) {
130 130
      $phrase = FALSE;
131 131
      // Strip off phrase quotes.
132
      if ($match[2]{0} == '"') {
132
      if ($match[2][0] == '"') {
133 133
        $match[2] = substr($match[2], 1, -1);
134 134
        $phrase = TRUE;
135 135
      }

Formats disponibles : Unified diff