X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmails%2Fbeg_mails.php;h=9db06313e8c833394148c259fad3c92f5199d5b3;hb=99966a712b3b3d8b521524762e153353d1d20bd4;hp=a773063f8e15132753a5a066fb503edc679888ec;hpb=155492a5b96cec674846973a8524238b0365a848;p=mailer.git diff --git a/inc/mails/beg_mails.php b/inc/mails/beg_mails.php index a773063f8e..9db06313e8 100644 --- a/inc/mails/beg_mails.php +++ b/inc/mails/beg_mails.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Versendet Erinnerungsmails * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * @@ -77,18 +72,8 @@ switch (getBegRallye()) { } // END - switch if (!empty($sql)) { - // Init additional WHERE statement - $whereStatement = ''; - - // Is ext-holiday installed? - // @TODO Rewrite these if() blocks to a filter - if (isExtensionActive('holiday')) { - // Exclude those as well - $whereStatement .= " AND `d`.`holiday_active`='N'"; - } // END - if - // The SQL command needs to be finisched here (only confirmed accounts!) - $sql .= ')' . $whereStatement . runFilterChain('user_exclusion_sql', " AND `d`.`status`='CONFIRMED'") . ' ORDER BY `d`.`last_online` ASC'; + $sql .= ')' . runFilterChain('user_exclusion_sql', " AND `d`.`status`='CONFIRMED'") . ' ORDER BY `d`.`last_online` ASC'; // No IP locking setuped by default $content['ip_locker'] = '{--BEG_NO_LIMITATION--}';