]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/overview-inc.php
More double- to single-quotes rewritten
[mailer.git] / inc / modules / admin / overview-inc.php
index edcb2df8cd1d8e1227e0e1022aa0e6547162cddf..4501489c6c8edab780e2fea6f19c5b8bb2b47841 100644 (file)
@@ -386,7 +386,7 @@ function OUTPUT_SELECTED_TASKS ($POST, $result_tasks) {
                $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 assign link
                        $content['assigned_admin'] = GENERATE_AID_LINK($content['assigned_admin']);
 
                        // Generate assign link
                        $content['assigned_admin'] = GENERATE_AID_LINK($content['assigned_admin']);