X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmails%2Fbeg_mails.php;h=58fae33f77bf0cf589351da5ddc6685a92ac368b;hb=a524135c24dd0a8fa359c9a92399467d50fd69e0;hp=d319f3e8f956a04801037f7163c91d08f198f5a3;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee;p=mailer.git diff --git a/inc/mails/beg_mails.php b/inc/mails/beg_mails.php index d319f3e8f9..58fae33f77 100644 --- a/inc/mails/beg_mails.php +++ b/inc/mails/beg_mails.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * 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 * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -90,7 +85,8 @@ if (!empty($sql)) { // Check for accounts to be notified $result_main = sqlQuery($sql, __FILE__, __LINE__); - if (!ifSqlHasZeroNums($result_main)) { + + if (!ifSqlHasZeroNumRows($result_main)) { // Normal notification mails or bonus mails? $sentBonusMails = ((getBegNotifyBonus() > 0) && ($mode == 'enable') && (isExtensionActive('bonus')));