X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ref.php;h=43f5f11e8fc0641c31faf233e7752b4a152a8966;hb=e5ee863933a5062292d2467fff8a51bf9a618785;hp=d73033da16ee3d8b80634f8adb8ad9b4f0273f7d;hpb=57ebcf68d831d1d074328c0b048ae694281315f3;p=mailer.git diff --git a/ref.php b/ref.php index d73033da16..43f5f11e8f 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 - 2016 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');