| 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 |
|
|
| 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 |
); |
); |