]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/overview-inc.php
Typo fixed :-(
[mailer.git] / inc / modules / admin / overview-inc.php
index 2a02b281d66bd00b8fa1df77085b2fb63ebdaf8a..abeab6b2fefc66983718a5fde4e7c69f8cfc27ff 100644 (file)
@@ -116,7 +116,7 @@ ORDER BY
        `task_created` DESC",
                array(getCurrentAdminId()), __FILE__, __LINE__);
 
-       if (SQL_NUMROWS($result_tasks) > 0) {
+       if (!SQL_HASZERONUMS($result_tasks)) {
                // New jobs found!
                $jobsDone = false;
        } // END - if
@@ -284,7 +284,7 @@ LIMIT 1",
                                                SQL_FREERESULT($result_lines);
                                                if ($lines == '0') {
                                                        // New extension found
-                                                       $OUT .= loadTemplate('admin_ext_reg_form', true, array(
+                                                       $OUT .= loadTemplate('admin_extension_reg_form', true, array(
                                                                'id'       => bigintval($id),
                                                                'ext_name' => $ext_name
                                                        ));