]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-user_contct.php
More EL code, security for $_POST elements rewritten (simplified):
[mailer.git] / inc / modules / admin / what-user_contct.php
index ac51462b020053567244723260ebf75c64ecd229..36c68abe8c0f01e7d669f83025ac137366e975e0 100644 (file)
@@ -56,7 +56,7 @@ if ((isGetRequestParameterSet('userid')) && (bigintval(getRequestParameter('user
                // Shall we send the email?
                if (isFormSent()) {
                        // Insert text
-                       $content['text'] = trim(secureString(postRequestParameter('text')));
+                       $content['text'] = postRequestParameter('text');
 
                        // Load email template
                        $message = loadEmailTemplate('member_contct', $content, getRequestParameter('userid'));