X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=d356c2b79b165a7bbe702036782076ec06265518;hp=b6876178559d84a30fd0583d215d4ed93a3f120e;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index b687617855..d356c2b79b 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -121,7 +121,7 @@ ORDER BY `task_created` DESC", array(getCurrentAdminId()), __FILE__, __LINE__); - if (!ifSqlHasZeroNums($result_tasks)) { + if (!ifSqlHasZeroNumRows($result_tasks)) { // New jobs found $jobsDone = FALSE; } // END - if