Closed (fixed)
Project:
User Badges
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2006 at 08:38 UTC
Updated:
31 Aug 2006 at 10:16 UTC
Two missing {} in : user_badge.module Line : 613
Replace : INSERT INTO user_badges_user
By : INSERT INTO {user_badges_user}
Replace : FROM users WHERE
By : FROM {users} WHERE
Comments
Comment #1
heine commentedThank you. Fixed in 4.6, 4.7 and cvs. Btw, the above is not a patch. See patches for info on how to create & apply them.
Comment #2
(not verified) commented