mailer project continued:
[mailer.git] / inc / libs / autopurge_functions.php
index 275cdfcacc43349af7403147c36e01a0be0fe5b9..fde4b075873ca238a44e58bceae8d638241f002f 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * 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 *
@@ -45,7 +45,7 @@ function addPointsAutoPurge ($userid, $points) {
        // Is the userid valid?
        if (!isValidUserId($userid)) {
                // Please report all these bugs
-               debug_report_bug(__FUNCTION__, __LINE__, 'Invalid call. userid=' . $userid . ',points=' . $points);
+               reportBug(__FUNCTION__, __LINE__, 'Invalid call. userid=' . $userid . ',points=' . $points);
        } // END - if
 
        // Add points over the ref system directly now
@@ -57,7 +57,7 @@ function addPointsAutoPurge ($userid, $points) {
        sendEmail($userid, '{--MEMBER_AUTOPURGE_SUBJECT--}', $message);
 }
 
-// Checks wether auto-purging is enabled
+// Checks whether auto-purging is enabled
 function isAutoPurgingActive () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
@@ -81,7 +81,7 @@ function getAutopurgeInactive () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Checks wether purging of inactive accounts is enabled
+// Checks whether purging of inactive accounts is enabled
 function isAutopurgeInactiveEnabled () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {