X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fpurge%2Fpurge-;h=2da55d1d0911b17b58cc3ea615ca71f4b028b1a3;hp=4d82704ef401a9552669f958256c1b94cd09206f;hb=4f7df133f736da124e6f7bd02008b9093f736451;hpb=964a3b539e335f6d70e7779630fd3d25fd38398d diff --git a/inc/purge/purge- b/inc/purge/purge- index 4d82704ef4..2da55d1d09 100644 --- a/inc/purge/purge- +++ b/inc/purge/purge- @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -41,9 +41,9 @@ if (!defined('__SECURITY')) { } // END - if // Abort if autopurge is not active or disabled by admin -if ((!isExtensionActive('autopurge')) || (getConfig('auto_purge_active') != 'Y')) { +if ((!isExtensionActive('autopurge')) || (!isAutoPurgingActive())) { // Abort here - return false; + return FALSE; } // END - if // [EOF]