X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_task.php;h=2b9dca7894842678c65eb644781e14c271ee1164;hp=ea2c0ad3e4a45be7074731e82915a620940b002e;hb=aa63aed07428a99ea09002c8d072990677700080;hpb=6e008d188bf9c7f8d4edc2a8799c61940eee48e7 diff --git a/inc/modules/admin/what-list_task.php b/inc/modules/admin/what-list_task.php index ea2c0ad3e4..2b9dca7894 100644 --- a/inc/modules/admin/what-list_task.php +++ b/inc/modules/admin/what-list_task.php @@ -134,7 +134,7 @@ ORDER BY userid DESC, task_type DESC, subject, task_created DESC", __FILE__, __L $OUT = ''; $SW = 2; while ($content = SQL_FETCHARRAY($result_tasks)) { // Init infos - $content['infos'] = "---"; + $content['infos'] = '---'; // Generate link $content['assigned_admin'] = GENERATE_AID_LINK($content['assigned_admin']);