/[drupal]/contributions/modules/userpoints/userpoints_service.module
ViewVC logotype

Diff of /contributions/modules/userpoints/userpoints_service.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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    );    );

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

  ViewVC Help
Powered by ViewVC 1.1.2