]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-holiday.php
Debug mode removed from reset
[mailer.git] / inc / extensions / ext-holiday.php
index a5937ff22537f92357276e2ce404dfde83a44891..a7210a86e351095448a4a2a468faf96f27a899c3 100644 (file)
@@ -227,13 +227,6 @@ default: // Do stuff when extension is loaded
        $dummy = LOAD_CONFIG();
        $_CONFIG = merge_array($_CONFIG, $dummy);
        unset($dummy);
-
-       // Do we have a daily-reset-run?
-       if (((isBooleanConstantAndTrue('__DAILY_RESET')) && ($_CONFIG['holiday_mode'] == "RESET")) || ($_CONFIG['holiday_mode'] == "DIRECT"))
-       {
-               // Ok, let's check for finished holidays and unlock those accounts
-               $INC_POOL[] = sprintf("%sinc/reset/reset_holiday.php", PATH);
-       }
        break;
 }