]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-support.php
Same thing fixed, but without the opps ...
[mailer.git] / inc / modules / member / what-support.php
index bb4b521714aa9773bea43ada15b0aa391d572481..ccf52971de92da40bd25546502fd966b63def185 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -52,7 +52,7 @@ if ((!isExtensionActive('support')) && (!isAdmin())) {
 
 if ((!isFormSent()) || (!isPostRequestElementSet('qsummary'))) {
        // Output form
-       loadTemplate('member_support_form', false, getUserDataArray());
+       loadTemplate('member_support_form');
 } else {
        // Load mail template based on your member's decision
        if (isExtensionInstalledAndNewer('admins', '0.4.1')) {
@@ -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':