All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / modules / admin / what-list_task.php
index d30d5072ec84628631b76163cd86a314ebd8bf42..3e8f80cb75850b641e5f55852cdf813129e7d4c6 100644 (file)
@@ -84,7 +84,7 @@ if (!empty($whereStatement))
        if (isset($_POST['task'])) $SEL = SELECTION_COUNT($_POST['task']);
        if ((isset($_POST['assign'])) && ($SEL > 0)) {
                // Assign / do tasks
-               require_once(PATH."inc/modules/admin/overview-inc.php");
+               LOAD_INC_ONCE("inc/modules/admin/overview-inc.php");
                if (empty($dmy)) $dmy = "";
                OUTPUT_SELECTED_TASKS($_POST, $dmy);
        } else {