]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_task.php
More double- to single-quotes rewritten
[mailer.git] / inc / modules / admin / what-list_task.php
index ea2c0ad3e4a45be7074731e82915a620940b002e..2b9dca7894842678c65eb644781e14c271ee1164 100644 (file)
@@ -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
                $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']);
 
                        // Generate link
                        $content['assigned_admin'] = GENERATE_AID_LINK($content['assigned_admin']);