]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/overview-inc.php
Deprecated templates removed, some code moved to filters, bug fixed in mydata:
[mailer.git] / inc / modules / admin / overview-inc.php
index afbc4c6f25994d5f42e92ad85ed499d0a46378ce..a58ac8611f270bb6f4fc06c7af0a4376f981006e 100644 (file)
@@ -271,7 +271,7 @@ LIMIT 1",
                                $OUT .= loadTemplate('admin_overview_row', true, $content);
 
                                // Which task do we actually have here?
-                               // @TODO Rewrite this to something with include files
+                               // @TODO Rewrite this to something with include files and/or filter
                                switch ($type) {
                                        case 'EXTENSION': // Install new extensions
                                                $ext_name = substr($subj, 1, strpos($subj, ':') - 1);
@@ -289,7 +289,7 @@ LIMIT 1",
                                                        // Task is closed so nothing is todo
                                                        $OUT .= "<div class=\"admin_failed\">{--ADMIN_EXT_ALREADY_REGISTERED--}</div>\n";
 
-                                                       // Close task but not already closes or deleted or update tasks
+                                                       // Close task but not already closed, solved, deleted or update tasks
                                                        if ((!in_array($status, array('CLOSED','DELETED','SOLVED'))) && ($type != 'EXTENSION_UPDATE')) {
                                                                // Solve the task
                                                                runFilterChain('solve_task', $tid);