X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-support.php;h=ccf52971de92da40bd25546502fd966b63def185;hb=f6014bce7255a915872f2f463247440c0d58f9a9;hp=bb4b521714aa9773bea43ada15b0aa391d572481;hpb=4a0e224c4e1754dbc2151fd707a926521dbafa7f;p=mailer.git diff --git a/inc/modules/member/what-support.php b/inc/modules/member/what-support.php index bb4b521714..ccf52971de 100644 --- a/inc/modules/member/what-support.php +++ b/inc/modules/member/what-support.php @@ -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':