]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-tasks.php
Continued:
[mailer.git] / inc / purge / purge-tasks.php
index b8aa028d025f3d906b6ca10c9e2d5e2738e529f9..40c5fc4c97398907f17333fd115285120f0a9ffc 100644 (file)
@@ -68,7 +68,7 @@ ORDER BY
        // Send out a notification?
        if (!ifSqlHasZeroNumRows($result)) {
                // Init output and load all rows
-               $output = ''; $ids = array();
+               $output = ''; $ids = [];
                while ($row = sqlFetchArray($result)) {
                        // "Translate" creation timestamp
                        $row['task_created'] = generateDateTime($row['task_created'], '1');