X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fdaily%2Fdaily_profile.php;h=97a34f5ab52c1ac69683878a9a74bc4697c33e41;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hp=6ba642ec43969c6c1923d9d2bcdea686d6dfa1fc;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;p=mailer.git diff --git a/inc/daily/daily_profile.php b/inc/daily/daily_profile.php index 6ba642ec43..97a34f5ab5 100644 --- a/inc/daily/daily_profile.php +++ b/inc/daily/daily_profile.php @@ -17,7 +17,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 * @@ -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)) {