file userpoint_retroactive.module. Line 65 is:

$u_result = db_query('SELECT uid FROM users WHERE uid > 0');

And it should be:

$u_result = db_query('SELECT uid FROM {users} WHERE uid > 0');

Comments

kbahey’s picture

Title: A bug » Userpoints retroactive is not db_prefix aware
Status: Active » Fixed

Fixed in HEAD and 5.x.

Anonymous’s picture

Status: Fixed » Closed (fixed)