]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-support.php
admin_new_ext.tpl now resists in right folder, some minor changes
[mailer.git] / inc / modules / member / what-support.php
index 9d01670d98eb0ed50f314200cf86e5d0ec0d92c7..db91df95f94c26843cce33a298e4cf5c296534dd 100644 (file)
@@ -58,12 +58,9 @@ if ((!isset($_POST['ok'])) || (empty($_POST['qsummary'])))
  else
 {
        // Load mail template based on your member's decision
-       if (GET_EXT_VERSION("admins") >= "0.4.1")
-       {
+       if (GET_EXT_VERSION("admins") >= "0.4.1") {
                $a_tpl = "admin_support-".$_POST['qsummary'];
-       }
-        else
-       {
+       } else {
                $msg_a = LOAD_EMAIL_TEMPLATE("admin_support-".$_POST['qsummary'], $_POST['qdetails'], $GLOBALS['userid']);
        }
        $msg_m = LOAD_EMAIL_TEMPLATE("member_support-".$_POST['qsummary'], $_POST['qdetails'], $GLOBALS['userid']);