Projet

Général

Profil

Révision c8740e19

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/link/views/link_views_handler_argument_target.inc
144 144
    $this->ensure_my_table();
145 145
    // Because attributes are stored serialized, our only option is to also
146 146
    // serialize the data we're searching for and use LIKE to find similar data.
147
    $this->query->add_where(0, $this->table_alias . '.' . $this->real_field . " LIKE '%%%s%'", serialize(array('target' => $this->argument)));
147
    $this->query->add_where(0, $this->table_alias . ' . ' . $this->real_field . " LIKE '%%%s%'", serialize(array('target' => $this->argument)));
148 148
  }
149 149
}

Formats disponibles : Unified diff