]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-support.php
More rewrites to configuration:
[mailer.git] / inc / modules / member / what-support.php
index b946503bfbe98660e659b4dff158e848fad572f9..d064e33cadd1a7428f653f1df9cc38ea1fe7c7f4 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -37,7 +37,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
+       exit();
 }  elseif (!isMember()) {
        redirectToIndexMemberOnlyModule();
 }
@@ -70,8 +70,8 @@ if ((!isFormSent()) || (!isPostRequestElementSet('qsummary'))) {
                        break;
 
                case 'reflink':
-                       $subj_a = '{--ADMIN_SUPPORT_REFERAL_LINK_SUBJECT--}';
-                       $subj_m = '{--MEMBER_SUPPORT_REFERAL_LINK_SUBJECT--}';
+                       $subj_a = '{--ADMIN_SUPPORT_REFERRAL_LINK_SUBJECT--}';
+                       $subj_m = '{--MEMBER_SUPPORT_REFERRAL_LINK_SUBJECT--}';
                        break;
 
                case 'unconfirmed':