X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpurge%2Fpurge-unconfirmed.php;h=38d1f7be0b545857b1ca50e6921a52090cec4625;hb=f40ee6b3fe47308625f3490dedb1c52174ddf9f1;hp=b23ee75989fb85210a0596ce770079c106403fa1;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee;p=mailer.git diff --git a/inc/purge/purge-unconfirmed.php b/inc/purge/purge-unconfirmed.php index b23ee75989..38d1f7be0b 100644 --- a/inc/purge/purge-unconfirmed.php +++ b/inc/purge/purge-unconfirmed.php @@ -16,7 +16,7 @@ * $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 * @@ -60,7 +60,7 @@ WHERE (UNIX_TIMESTAMP() - `joined`) >= {?ap_unconfirmed_time?} ORDER BY `userid` ASC", __FILE__, __LINE__); - if (!ifSqlHasZeroNums($result_uncon)) { + if (!ifSqlHasZeroNumRows($result_uncon)) { // Prepare variable... $userids = ''; $content['time'] = (getApUnconfirmedTime() / 60 / 60);