]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-reflinks.php
Rewritten to use isExtensionInstalledAndNewer() to save some calls/bugfix
[mailer.git] / inc / modules / member / what-reflinks.php
index 7a02cdecc250e88aef7d42a8d15705110eceb0e7..d31f73574293148426ca90e0b2d61443b7c47e79 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -46,14 +47,7 @@ if (!defined('__SECURITY')) {
 // Add description as navigation point
 addMenuDescription('member', __FILE__);
 
-// Load current referal clicks
-if (!fetchUserData(getMemberId())) {
-       // Something really bad happened
-       debug_report_bug('No user account ' . getMemberId() . ' found.');
-} // END - if
-
 // Prepare some data
-$content['ref_clicks']       = getUserData('ref_clicks');
 $content['userid']           = getMemberId();
 $content['nickname_content'] = '';