]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-user_contct.php
Way more usage of EL code:
[mailer.git] / inc / modules / admin / what-user_contct.php
index ac51462b020053567244723260ebf75c64ecd229..6e9e43f4cd66dce2d3fc92b4044af352300bd84d 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'));
@@ -72,7 +72,7 @@ if ((isGetRequestParameterSet('userid')) && (bigintval(getRequestParameter('user
                }
        } else {
                // Not found?
-               displayMessage(getMaskedMessage('ADMIN_USER_ACCOUNT_404', bigintval(getRequestParameter('userid'))));
+               displayMessage('{%message,ADMIN_USER_ACCOUNT_404=' . bigintval(getRequestParameter('userid')) . '%}');
        }
 } else {
        // Display selection box