Active
Project:
Webform Report
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2011 at 21:55 UTC
Updated:
8 Jun 2011 at 21:55 UTC
the query on line 197 of webform_report.module does not need the `` around the columns field
SELECT wnid, description, `columns`, sorton, filters, options FROM {webform_report} WHERE nid = %d
Just remove those and it works great.
SELECT wnid, description, columns, sorton, filters, options FROM {webform_report} WHERE nid = %d