Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Wed Apr 2 23:41:08 2008 UTC | revision 1.1.4.1, Fri Oct 30 02:37:49 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: user_service.module,v 1.2 2007/01/16 19:08:53 snelson Exp $ | // $Id: userpoints_service.module,v 1.1 2008/04/02 23:41:08 kbahey Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * Implementation of hook_help(). | * Implementation of hook_help(). |
| # | Line 110 function userpoints_service_points($uid, | Line 110 function userpoints_service_points($uid, |
| 110 | 'points' => $points, | 'points' => $points, |
| 111 | 'tid' => $tid, | 'tid' => $tid, |
| 112 | 'event' => $event, | 'event' => $event, |
| 113 | 'description' => $desc, | 'description' => $description, |
| 114 | 'display' => FALSE, | 'display' => FALSE, |
| 115 | 'moderate' => FALSE, | 'moderate' => FALSE, |
| 116 | ); | ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |