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

tomdeb’s picture

changed in CVS.

Will be included in next release (very soon);

tomdeb’s picture

Assigned: Unassigned » tomdeb
tomdeb’s picture

Status: Active » Fixed
tomdeb’s picture

Status: Fixed » Closed (fixed)