]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-user_contct.php
Some nicer texts (a bit more but should be more clear now)
[mailer.git] / inc / modules / admin / what-user_contct.php
index 5f0260ea7a80a7fe7de98c75bf469d48cd1ba488..c2dfa2a4fbb46432ab6e69383b2f3e1481eba323 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -45,19 +46,19 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addMenuDescription('admin', __FILE__);
 
 // Is a user id given?
-if ((isGetRequestElementSet('userid')) && (bigintval(getRequestElement('userid')) > 0)) {
+if ((isGetRequestParameterSet('userid')) && (bigintval(getRequestParameter('userid')) > 0)) {
        // Is a user account found?
-       if (fetchUserData(getRequestElement('userid'))) {
+       if (fetchUserData(getRequestParameter('userid'))) {
                // Load the data
                $content = getUserDataArray();
 
                // Including user id
-               $content['userid'] = bigintval(getRequestElement('userid'));
+               $content['userid'] = bigintval(getRequestParameter('userid'));
 
                // Shall we send the email?
                if (isFormSent()) {
                        // Insert text
-                       $content['text'] = trim(secureString(postRequestElement('text')));
+                       $content['text'] = trim(secureString(postRequestParameter('text')));
 
                        // Send contact form out
                        $message = loadEmailTemplate('member_contct', $content);
@@ -69,7 +70,7 @@ if ((isGetRequestElementSet('userid')) && (bigintval(getRequestElement('userid')
                }
        } else {
                // Not found?
-               loadTemplate('admin_settings_saved', false, sprintf(getMessage('USER_ACCOUNT_404'), bigintval(getRequestElement('userid'))));
+               loadTemplate('admin_settings_saved', false, getMaskedMessage('USER_ACCOUNT_404', bigintval(getRequestParameter('userid'))));
        }
 } else {
        // Display selection box