New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / inc / modules / admin / overview-inc.php
index 022b93b7f1045ea8f10e04114c89703047d1de22..d543264dfd42f1a0d440db101f1ff9539f695346 100644 (file)
@@ -430,7 +430,7 @@ LIMIT 1",
                $OUT = ''; $SW = 2;
                while ($content = SQL_FETCHARRAY($result_tasks)) {
                        // Init infos
-                       $content['infos'] = '---';
+                       $content['infos'] = '';
 
                        // Generate assign link
                        $content['assigned_admin'] = generateAdminLink($content['assigned_admin']);