X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ref.php;h=bb890ca8cc8308340a228f746110efda5a12a093;hp=7e452673a5e555f1dba513a9d587ec184f53b77e;hb=9b016bdcfb1d242d5873c0a808b06359d3692660;hpb=596c8ab32594401ca84abfbfe35513ddfff31bec diff --git a/ref.php b/ref.php index 7e452673a5..bb890ca8cc 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 - 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 * @@ -55,7 +50,7 @@ setContentType('text/html'); $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');