X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ref.php;h=2bb04d58405c9f732e66afbece50952bac924345;hb=613b1f8c579e3585ac57a848e2318f33fb2747e7;hp=d73033da16ee3d8b80634f8adb8ad9b4f0273f7d;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;p=mailer.git diff --git a/ref.php b/ref.php index d73033da16..2bb04d5840 100644 --- a/ref.php +++ b/ref.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Weiterleitungsscript fuer die Referral-Links * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -55,7 +50,7 @@ setContentType('text/html'); $url = 'modules.php?module=index'; // Check for determined referral id -if ((isExtensionActive('user')) && (isReferralIdValid()) && (isValidId(determineReferralId()))) { +if ((isExtensionActive('user')) && (isValidReferralId()) && (isValidId(determineReferralId()))) { // Run filter chain for updating referral data runFilterChain('update_referral_data');