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

rfay’s picture

Thanks 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

rfay’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.