]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-inact.php
Important notice added
[mailer.git] / inc / purge / purge-inact.php
index 732cff5354409be6da18f55a2611a7c16b6c572a..e70c0164b86369147f0e4a0baba4e24b75e3b7e6 100644 (file)
@@ -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 *
@@ -69,7 +69,7 @@ if (isAutopurgeInactiveEnabled()) {
 
        // Check for all accounts
        $result_inactive = SQL_QUERY("SELECT
-       `userid`, `email`, `last_online`
+       `userid`,`email`,`last_online`
 FROM
        `{?_MYSQL_PREFIX?}_user_data`
 WHERE
@@ -120,7 +120,7 @@ ORDER BY
        // Now let's have a look for inactive accounts we want to delete we newly use the same exclude list
        // here for e.g. excluding holiday users
        $result_inactive = SQL_QUERY("SELECT
-       `userid`, `email`, `last_online`
+       `userid`,`email`,`last_online`
 FROM
        `{?_MYSQL_PREFIX?}_user_data`
 WHERE