]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-active.php
Generalized more 'builder' functions, added XML template for editing user sub ids
[mailer.git] / inc / modules / guest / what-active.php
index 7e96a027ed68f64289bb0d53a2d09d0544ffdca0..76dc94f8ef28236cf11c2c8ee34050cfcc7d74ba 100644 (file)
@@ -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 *
@@ -37,7 +37,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
+       exit();
 } // END - if
 
 // Add description as navigation point
@@ -56,6 +56,7 @@ FROM
 WHERE
        `last_online` >= {?START_TDAY?} AND
        `status`='CONFIRMED'
+       " . runFilterChain('user_exclusion_sql', ' ') . "
 ORDER BY
        `last_online` DESC
 LIMIT {?active_limit?}", __FILE__, __LINE__);