X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Fautopurge_functions.php;h=275cdfcacc43349af7403147c36e01a0be0fe5b9;hb=e3934352dffa6eb9da59a137ae1a9414e5b4d80b;hp=12181ed9dacfe6bea89b51235c9b51af6f7ace36;hpb=09fd6484d1eaf735476270c33692f799bc0c9590;p=mailer.git diff --git a/inc/libs/autopurge_functions.php b/inc/libs/autopurge_functions.php index 12181ed9da..275cdfcacc 100644 --- a/inc/libs/autopurge_functions.php +++ b/inc/libs/autopurge_functions.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * @@ -49,8 +49,8 @@ function addPointsAutoPurge ($userid, $points) { } // END - if // Add points over the ref system directly now - initReferalSystem(); - addPointsThroughReferalSystem('autopurge_add', $userid, $points); + initReferralSystem(); + addPointsThroughReferralSystem('autopurge_add', $userid, $points); // Send out mail to user $message = loadEmailTemplate('member_autopurge_points', array('points' => $points), $userid);