Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2009 at 10:12 UTC
Updated:
15 Jun 2009 at 23:20 UTC
I recently made use of set_where_group to make a group of where arguments be grouped by "OR" instead of "AND" - however - if there is no where arguments added it fails on finding out the number of the new group because $this->$where doesn't contain any key to base the new group number on.
Maybe I have done my implementation wrong so that this would never be the case - but if I haven't then this is a bug which I've done a patch for fixing.
| Comment | File | Size | Author |
|---|---|---|---|
| set_where_group.diff | 262 bytes | voxpelli |
Comments
Comment #1
merlinofchaos commentedCommitted to 2.x and 3.x branches.