Use new wrapper isPhpExtensionLoaded() instead of extension_loaded().
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index 7f0d0c7b2e83c9aa1c7e3445d9517d670673a84a..bb890ca8cc8308340a228f746110efda5a12a093 100644 (file)
--- a/ref.php
+++ b/ref.php
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Weiterleitungsscript fuer die Referral-Links     *
  * -------------------------------------------------------------------- *
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Weiterleitungsscript fuer die Referral-Links     *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * 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 *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -39,7 +34,7 @@
 require('inc/libs/security_functions.php');
 
 // Init start time
 require('inc/libs/security_functions.php');
 
 // Init start time
-$GLOBALS['__start_time'] = microtime(true);
+$GLOBALS['__start_time'] = microtime(TRUE);
 
 // Set module
 $GLOBALS['__module']      = 'ref';
 
 // Set module
 $GLOBALS['__module']      = 'ref';
@@ -55,7 +50,7 @@ setContentType('text/html');
 $url = 'modules.php?module=index';
 
 // Check for determined referral id
 $url = 'modules.php?module=index';
 
 // Check for determined referral id
-if ((isExtensionActive('user')) && (isReferralIdValid()) && (isValidUserId(determineReferralId()))) {
+if ((isExtensionActive('user')) && (isValidReferralId()) && (isValidId(determineReferralId()))) {
        // Run filter chain for updating referral data
        runFilterChain('update_referral_data');
 
        // Run filter chain for updating referral data
        runFilterChain('update_referral_data');