X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fdaily%2Fdaily_profile.php;h=97a34f5ab52c1ac69683878a9a74bc4697c33e41;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hp=b32f46c8051d02c85d13d5c2e48c58d034904581;hpb=d6417790061e18fc1a9770ff93bb4e9d106b2f6e;p=mailer.git diff --git a/inc/daily/daily_profile.php b/inc/daily/daily_profile.php index b32f46c805..97a34f5ab5 100644 --- a/inc/daily/daily_profile.php +++ b/inc/daily/daily_profile.php @@ -17,8 +17,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 * @@ -60,7 +60,8 @@ if ((isSendProfileUpdateEnabled()) && (getProfileUpdate() > 0) && (getResendProf FROM `{?_MYSQL_PREFIX?}_user_data` WHERE - `status`='CONFIRMED' AND ( + `status`='CONFIRMED' + " . runFilterChain('user_exclusion_sql', ' ') . " AND ( ( (UNIX_TIMESTAMP() - `last_update`) >= {?profile_update?} AND `last_update` > 0 AND @@ -74,7 +75,7 @@ WHERE ORDER BY `userid` ASC", __FILE__, __LINE__); - // Do we have some notifications to sent? + // Are there some notifications to sent? if (!SQL_HASZERONUMS($result)) { // We need to send-out notifications... while ($content = SQL_FETCHARRAY($result)) {