X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpurge%2Fpurge-unconfirmed.php;h=741db75b61517924cef73cf3a19c961832072188;hb=0eea910f4bcaffeb4c6193f4a06f1d187d3a197d;hp=0517925652473c1179536c52c4f5f069a673fe31;hpb=2df9f7a53f8b1dd5164f87824a324ccb3b6634cb;p=mailer.git diff --git a/inc/purge/purge-unconfirmed.php b/inc/purge/purge-unconfirmed.php index 0517925652..741db75b61 100644 --- a/inc/purge/purge-unconfirmed.php +++ b/inc/purge/purge-unconfirmed.php @@ -43,7 +43,7 @@ if (!defined('__SECURITY')) { // Abort if autopurge is not active or disabled by admin if ((!isExtensionActive('autopurge')) || (!isAutoPurgingActive())) { // Abort here - return false; + return FALSE; } // END - if // Shall I auto-purge unconfirmed accounts? @@ -81,7 +81,7 @@ ORDER BY } // END - while // Remove last comma - $userids = str_replace(', ', chr(10), substr($userids, 0, -2)); + $userids = str_replace(', ', PHP_EOL, substr($userids, 0, -2)); // Send mail notification to admin if (getConfig('ap_un_notify') == 'Y') {