Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Jul 2008 at 16:30 UTC
Updated:
4 Aug 2010 at 17:53 UTC
line 17 of views_query.inc has
if ($args[$i] != NULL && $args[$i] != '' && $args[$i] != '$arg') {
it should be
if ($args[$i] !== NULL && $args[$i] != '' && $args[$i] != '$arg') {
| Comment | File | Size | Author |
|---|---|---|---|
| views_query.patch | 731 bytes | killes@www.drop.org |
Comments
Comment #1
esmerel commentedAt this time, only security fixes will be made to the 5.x version of Views.