Revision 4003efde
Added by Assos Assos over 4 years ago
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 |
} |
Also available in: Unified diff
Weekly update of contrib modules