Closed (fixed)
Project:
Role Change Notify
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2009 at 13:52 UTC
Updated:
24 Aug 2009 at 12:40 UTC
Hi,
the module has a bug in the profile fields query.
The line
$result = db_query('SELECT title, name FROM profile_fields');
should be
$result = db_query('SELECT title, name FROM {profile_fields}');
Otherwise the table is not found when table prefixes are used.
Comments
Comment #1
rfayThanks for catching this.
It would be better if you would review other queries and then provide a patch (http://drupal.org/patch). But either way, I'll get it fixed.
Thanks,
-Randy
Comment #2
rfayFixed: http://drupal.org/cvs?commit=249006
Thanks,
-Randy