* Member template added for the surfbar which notifies the user that the URL is
[mailer.git] / inc / modules / member / what-support.php
index 6a723d1ed877c1780b0ca41cffb27b421e113272..d98a7808eef7b1c5ace5dbe6a0ae178e21620649 100644 (file)
@@ -76,16 +76,10 @@ if ((!isset($_POST['ok'])) || (empty($_POST['qsummary'])))
                case "unconfirmed": $subj_a = SUPPORT_SUBJ_ADMIN_UNCONFIRMED; $subj_m = SUPPORT_SUBJ_MEMBER_UNCONFIRMED; break;
        }
 
-       // Send mails away
-       if (GET_EXT_VERSION("admins") >= "0.4.1")
-       {
-               SEND_ADMIN_EMAILS_PRO($subj_a, $a_tpl, $_POST['qdetails'], $GLOBALS['userid']);
-       }
-        else
-       {
-               SEND_ADMIN_EMAILS($subj_a, $msg_a);
-       }
+       // Send mail to admin
+       SEND_ADMIN_NOTIFICATION($subj_a, $a_tpl, $_POST['qdetails'], $GLOBALS['userid']);
 
+       // Send mail to user
        SEND_EMAIL($GLOBALS['userid'], $subj_m, $msg_m);
 
        // Drop a message in the admin's area