X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_autopurge.php;h=5cad1772474dbd03ac8540035110a9fcee2685cb;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hp=61ef29aa0cdecb61dc5fd24a5f2f972aa9d1925b;hpb=094f3a6af3b901020395eafee16b3b5e151f1137;p=mailer.git diff --git a/inc/daily/daily_autopurge.php b/inc/daily/daily_autopurge.php index 61ef29aa0c..5cad177247 100644 --- a/inc/daily/daily_autopurge.php +++ b/inc/daily/daily_autopurge.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) { +} elseif ((!isHtmlOutputMode()) || (!isDailyResetEnabled())) { // Do not execute when script is in non-HTML mode or no daily reset return; } elseif (!isExtensionActive('autopurge')) {