]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/subid-stats.php
Continued with registration provider:
[mailer.git] / inc / modules / member / subid-stats.php
index d9d3649e0ed2263e4286d420150fe69deaabbbc6..4383c63034706b910111f740f8524520fddc8344 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -44,5 +44,8 @@ if (!defined('__SECURITY')) {
        redirectToUrl('modules.php?module=login&what=subids');
 }
 
+// List all entries
+doGenericXmlTemplateCallback('member_list_subid_stats');
+
 // [EOF]
 ?>