/[drupal]/contributions/modules/referral/referral.module
ViewVC logotype

Diff of /contributions/modules/referral/referral.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8.2.14, Fri Nov 28 01:10:20 2008 UTC revision 1.8.2.15, Mon Mar 2 20:27:52 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  //$Id: referral.module,v 1.8.2.13 2008/06/24 22:42:29 kbahey Exp $  //$Id: referral.module,v 1.8.2.14 2008/11/28 01:10:20 kbahey Exp $
4    
5  // Copyright 2005 Khalid Baheyeldin http://2bits.com  // Copyright 2005 Khalid Baheyeldin http://2bits.com
6    
# Line 198  function _referral_user_save($uid) { Line 198  function _referral_user_save($uid) {
198        // Build the userpoints params array        // Build the userpoints params array
199        $params = array(        $params = array(
200          'points'      => $points,          'points'      => $points,
201          'uid'         => $cookie[$uid],          'uid'         => $cookie['uid'],
202          'operation'   => 'referral',          'operation'   => 'referral',
203          'entity_id'   => $cookie[$uid],          'entity_id'   => $cookie['uid'],
204          'entity_type' => 'user',          'entity_type' => 'user',
205          'reference'   => 'referral'          'reference'   => 'referral'
206        );        );

Legend:
Removed from v.1.8.2.14  
changed lines
  Added in v.1.8.2.15

  ViewVC Help
Powered by ViewVC 1.1.2