Closed (fixed)
Project:
User Points
Version:
5.x-2.11
Component:
Code: userpoints_transaction_tools.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2007 at 01:58 UTC
Updated:
10 Jul 2007 at 13:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
kbahey commentedCan you create a patch? See http://drupal.org/patch
Comment #2
d0t101101 commentedSure, I just finished determining the problem was in userpoints_transaction_tools.module. Patch is attached.
Best regards,
.
Comment #3
d0t101101 commentedBTW, I don't have any points issued on my site yet (still in development), so this is somewhat untested. It does however fix the interface issues in the 'userpoints/myuserpoints' page, and hopefully doesn't introduce any new problems :)
.
Comment #4
kbahey commentedCommitted to 5.x development and HEAD.
Thanks
Comment #5
jredding commentedI just wanted to comment that t() function has changed slightly in Drupal 5 so it now accepts 3 types of
* !variable: inserted as is
* : escape plain text to HTML (check_plain)
* %variable: escape text and theme as a placeholder for user-submitted content (check_plain + theme_placeholder)
Read more: http://api.drupal.org/api/5/function/t
The patch is correct in its usage, I'm just commenting.
Comment #6
(not verified) commented