mailer project continued:
[mailer.git] / inc / monthly / monthly_beg.php
index 9f24556139a203cacc84692953fab7b6dfbf17e8..516e3a7ec6313f468c0ed9a3a4817cbf22511286 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 *
@@ -57,7 +57,7 @@ if ((getBegRanks() > 0) && (!isCssOutputMode())) {
        // Shall we exclude webmaster's own userid?
        if ((!isBegIncludeOwnEnabled()) && (isValidUserId(getBegUserid()))) {
                // Exclude it
-               $whereStatement = " AND `userid` != {?beg_userid?}";
+               $whereStatement .= ' AND `userid` != {?beg_userid?}';
        } // END - if
 
        // Let's check if there are some points left we can pay...
@@ -73,7 +73,8 @@ if ((getBegRanks() > 0) && (!isCssOutputMode())) {
 FROM
        `{?_MYSQL_PREFIX?}_user_data`
 WHERE
-       `status`='CONFIRMED'" . $whereStatement . " AND
+       `status`='CONFIRMED'" . $whereStatement . "
+       " . runFilterChain('user_exclusion_sql', ' ') . " AND
        `beg_points` > 0
 ORDER BY
        `beg_points` DESC,