X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Ftask_functions.php;h=9327c3056ea4bfffbc04c75ad344afef1e731fe5;hb=26ea563a90454a2cde58f8cd134542a0d8f14780;hp=5656d7523cd110ff1d7de3dd224c23667d1ab30c;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/libs/task_functions.php b/inc/libs/task_functions.php index 5656d7523c..9327c3056e 100644 --- a/inc/libs/task_functions.php +++ b/inc/libs/task_functions.php @@ -39,7 +39,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} +} // END - if // // The advanced overview shows detailed informations to your exchange script: @@ -79,7 +79,7 @@ function outputAdvancedOverview (&$result_main) { 'purged_mails','purged_bonus_mails' ) as $entry) { // Set it to zero - $content[$entry] = '0'; + $content[$entry] = 0; } // END - foreach // Extension updates found @@ -116,7 +116,7 @@ function outputAdvancedOverview (&$result_main) { // // Unassigned tasks // - $value = countSumTotalData('0', 'task_system', 'id', 'assigned_admin', true, " AND `status` != 'DELETED'"); + $value = countSumTotalData(0, 'task_system', 'id', 'assigned_admin', true, " AND `status` != 'DELETED'"); if ($value > 0) { $content['new_tasks'] = "".$value."";