X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Ftask_functions.php;h=08adc665b24d79c53a4d282c33992a0e47f80d82;hp=585517a42651acf45dbb42293989ca34a34bd778;hb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;hpb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df diff --git a/inc/libs/task_functions.php b/inc/libs/task_functions.php index 585517a426..08adc665b2 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 @@ -580,7 +580,7 @@ function createExtraTaskRows ($WHATs, $DESCRs, $TITLEs) { if (empty($TITLEs[$key])) $TITLEs[$key] = getMessage('ADMIN_TASK_UNKNOWN_LIST_TITLE'); $content['row_link'] = "".$value.""; } else { - $content['row_link'] = 0; + $content['row_link'] = '0'; } // And insert the final string into extras template