]> git.mxchange.org Git - mailer.git/blobdiff - ref.php
Introduced function determinePointsColumnFromSubjectLocked(), renamed filter:
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index 59fe143ffc9056c664c9083a010df4155fef4c64..f6e5f1913bfa20f027ebdf6be9d06e0493e6ca30 100644 (file)
--- 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