X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=4501489c6c8edab780e2fea6f19c5b8bb2b47841;hp=edcb2df8cd1d8e1227e0e1022aa0e6547162cddf;hb=aa63aed07428a99ea09002c8d072990677700080;hpb=6e008d188bf9c7f8d4edc2a8799c61940eee48e7 diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index edcb2df8cd..4501489c6c 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -386,7 +386,7 @@ function OUTPUT_SELECTED_TASKS ($POST, $result_tasks) { $OUT = ''; $SW = 2; while ($content = SQL_FETCHARRAY($result_tasks)) { // Init infos - $content['infos'] = "---"; + $content['infos'] = '---'; // Generate assign link $content['assigned_admin'] = GENERATE_AID_LINK($content['assigned_admin']);