Closed (fixed)
Project:
Woopra
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Apr 2009 at 07:29 UTC
Updated:
21 Apr 2009 at 08:34 UTC
In line 198 of the woopra.module file there is an error. The wrong code is
$fields = db_query('SELECT * FROM profile_fields');
and should be changed to
$fields = db_query('SELECT * FROM {profile_fields}');
Comments
Comment #1
tomdeb commentedchanged in CVS.
Will be included in next release (very soon);
Comment #2
tomdeb commentedComment #3
tomdeb commentedComment #4
tomdeb commented