X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ref.php;h=f6e5f1913bfa20f027ebdf6be9d06e0493e6ca30;hp=59fe143ffc9056c664c9083a010df4155fef4c64;hb=90ea643fa8c32b94f6f5ed636730d87eb31bba6b;hpb=34bd67db3a98d58e2c3aee64af4fcb2dca1029c4 diff --git a/ref.php b/ref.php index 59fe143ffc..f6e5f1913b 100644 --- a/ref.php +++ b/ref.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -68,7 +68,7 @@ if (isValidUserId(determineReferalId())) { // Do we have an entry? if (!isUserDataValid()) { // No entry, so no referal id - $GLOBALS['refid'] = getConfig('def_refid'); + $GLOBALS['refid'] = getDefRefid(); } // END - if } } // END - if