X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpurge%2Fpurge-unconfirmed.php;h=847ba6c0f052a988e1c1ec983da3087523799d63;hb=54064b2236537ac1d673c36686c0c4fda1cf4a3a;hp=c4eed02a77ac7fc0c926ad38d295ff08bde9d71d;hpb=5c4d360166de238420eec3e5f4e694befb09ab5d;p=mailer.git diff --git a/inc/purge/purge-unconfirmed.php b/inc/purge/purge-unconfirmed.php index c4eed02a77..847ba6c0f0 100644 --- a/inc/purge/purge-unconfirmed.php +++ b/inc/purge/purge-unconfirmed.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * @@ -50,7 +50,7 @@ if ((!isExtensionActive('autopurge')) || (!isAutoPurgingActive())) { if (getConfig('autopurge_unconfirmed') == 'Y') { // Init variables and find unconfirmed accounts which I shall auto-purge; $result_uncon = SQL_QUERY("SELECT - `userid`, `email`, `joined` + `userid`,`email`,`joined` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE