]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_task.php
A lot more nice improvements!
[mailer.git] / inc / modules / admin / what-list_task.php
index 22dd312f094242c0876578ad0cf94349dba66392..8c87950462018ddbd1a6a589006685b964502cd8 100644 (file)
@@ -184,7 +184,7 @@ ORDER BY userid DESC, task_type DESC, subject, task_created DESC", __FILE__, __L
                        );
 
                        // Do we have an extension task?
-                       if ($type == "EXTENSION") {
+                       if (($type == "EXTENSION") && (GET_EXT_VERSION($infos) == "")) {
                                // Load extension row template
                                LOAD_TEMPLATE("admin_list_task_ext_rows", false, $content);
                        } else {