Closed (fixed)
Project:
User Points Contributed modules
Version:
5.x-3.0-beta
Component:
Code: userpoints_invite
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2008 at 08:38 UTC
Updated:
5 Jun 2008 at 21:14 UTC
Comments
Comment #1
kbahey commentedThe event column was changed to "operation".
Search the code for the module for:
WHERE event = '%s'Change that to:
WHERE operation = '%s'See if this fixes it.
CVS on cvs.drupal.org is down now, so I can't commit the fix, but if you confirm this works, I will do so when cvs comes back up.
Comment #2
kbahey commentedI committed the change to CVS, so the 5.x-3.x-dev tarball should have that change tomorrow.
Please test it tomorrow, and report back in this issue whether it solves the problem or not.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.