]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/coupon_filter.php
Mailer continued, sub-id tracking continued:
[mailer.git] / inc / filter / coupon_filter.php
index 1a1fea8454f666a10e0701b4b1fcde2bd5f2a739..e240452512ed16257e2d2d03323b38665646c985 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -55,8 +55,8 @@ function FILTER_COUPON_CHANGE_POINTS_COLUMN_NAME ($filterData) {
 function FILTER_POST_CASH_COUPON ($filterData) {
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!');
        // Now we just need to book that points on the user's account
-       initReferalSystem();
-       addPointsThroughReferalSystem('coupon_cashed', $filterData['userid'], $filterData['points']);
+       initReferralSystem();
+       addPointsThroughReferralSystem('coupon_cashed', $filterData['userid'], $filterData['points']);
 
        // Subtract points from member account if the admin has selected one
        if (isValidUserId(getCouponUserid())) {