Closed (fixed)
Project:
Support Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2010 at 01:58 UTC
Updated:
25 Dec 2010 at 09:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
rsevero commentedTables names aren't surrounded by {}. State, priority and client have the same problem.
The attached patch fixes this issue.
Comment #2
vietcoop commentedThat patch works fine, but please also use 2 spaces instead of tabs.
Also notice that _support_states() is available:
Comment #3
rsevero commentedThis last attached patch uses 2 sapces in the lines that I changed. AFAICT the whole code for this modules uses tabs instead of spaces.
Changed the get_value_options() method to call _support_states() instead of running it's own SQL call.
Comment #4
MisterSpeed commentedWorks + committed; thanks everyone !