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_string.inc
300 300
    foreach ($matches as $match) {
301 301
      $phrase = FALSE;
302 302
      // Strip off phrase quotes
303
      if ($match[2]{0} == '"') {
303
      if ($match[2][0] == '"') {
304 304
        $match[2] = substr($match[2], 1, -1);
305 305
        $phrase = TRUE;
306 306
      }

Formats disponibles : Unified diff