X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_task.php;h=32469cadf7009c8958ed780c8b0bc9896666c738;hp=f487a432a2bb08bee05c4afdcf36a62f112dbd0e;hb=cf3765c38cf0a76f396aca291f71858936e92956;hpb=7f5ffcc103a856b8867ac5739dcf0a3b6710413a diff --git a/inc/modules/admin/what-list_task.php b/inc/modules/admin/what-list_task.php index f487a432a2..32469cadf7 100644 --- a/inc/modules/admin/what-list_task.php +++ b/inc/modules/admin/what-list_task.php @@ -142,7 +142,7 @@ ORDER BY } // There are uncompleted jobs! - $OUT = ''; $SW = 2; + $OUT = ''; while ($content = SQL_FETCHARRAY($result_tasks)) { // Init infos $content['infos'] = ''; @@ -169,7 +169,6 @@ ORDER BY // Prepare content $content = merge_array($content, array( - 'sw' => $SW, 'assign_admin' => $content['assigned_admin'], 'userid' => $content['userid'], 'task_type_msg' => $content['task_type_msg'], @@ -184,9 +183,6 @@ ORDER BY // Load default row template $OUT .= loadTemplate('admin_list_task_rows', true, $content); } - - // Switch colors - $SW = 3 - $SW; } // END - while // Free memory