Index: README.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/userpoints/README.txt,v retrieving revision 1.4.2.1.2.2 diff -u -p -r1.4.2.1.2.2 README.txt --- README.txt 14 Oct 2007 17:02:14 -0000 1.4.2.1.2.2 +++ README.txt 18 Dec 2007 22:29:15 -0000 @@ -109,15 +109,15 @@ userpoints_userpointsapi() to NULL will cause the entry to be NULL, defaults are only used if the parameter is not set - $uid = (int) User ID - $points = (int) # of points to award the user - $txn_id = (int) Transaction ID of a current points record. If present an UPDATE occurs - $moderation = (boolean) TRUE or FALSE. If NULL site settings are adhered to - $description = (string) fulltext Description presented to the user - $expirydate = (timestamp) timestamp the date/time when the points will be expired (depends on cron) - $event = (string) varchar32 descriptive identifier administrative purposes - $reference = (string) varchar32 indexed/searchable field on the DB - $tid = (int) Taxonomy ID to place these points into; MUST BE in the userpoints Vocabulary! + 'uid => (int) User ID + 'points => (int) # of points to award the user + 'txn_id => (int) Transaction ID of a current points record. If present an UPDATE occurs + 'moderation => (boolean) TRUE or FALSE. If NULL site settings are adhered to + 'description => (string) fulltext Description presented to the user + 'expirydate => (timestamp) timestamp the date/time when the points will be expired (depends on cron) + 'event => (string) varchar32 descriptive identifier administrative purposes + 'reference => (string) varchar32 indexed/searchable field on the DB + 'tid => (int) Taxonomy ID to place these points into; MUST BE in the userpoints Vocabulary! Examples //Add 5 points to the currently logged in user