]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_beg.php
- Beg link does now (not yet implemented but prepared) log all referal URLs. It
[mailer.git] / inc / monthly / monthly_beg.php
index 950b94884e94f10cb1305e007083c13fabadcf81..6a557df326b58133511e741c9413056e1acf9aae 100644 (file)
@@ -14,8 +14,6 @@
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -62,7 +60,7 @@ if (($curr != getConfig('last_month')) && (getConfig('last_month') > 0) && (getC
                $whereStatement1 = " AND `userid` != {?beg_userid?}";
        } // END - if
 
-       // Let's check if there are some points left we can 'pay'...
+       // Let's check if there are some points left we can pay...
        if (isExtensionActive('autopurge')) {
                // Use last online stamp only when autopurge for inactive members is activated
                if ((getApInactiveSince() > 0) && (getConfig('beg_active') == 'Y')) {