]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admins_edit.php
Adding of request parameters partialy finished
[mailer.git] / inc / modules / admin / what-admins_edit.php
index 41e9536f346fa4d871cefbabb4900fae3eda8463..d87edee344079718f8e102f9a0dc82804adbd112 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/18/2004 *
- * ================                             Last change: 04/18/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 04/18/2004 *
+ * ===================                          Last change: 04/18/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-admins_edit.php                             *
@@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addMenuDescription('admin', __FILE__);
 
 // Set selection data to empty array when it is empty
-if (!isPostRequestElementSet('sel')) setRequestPostElement('sel', array());
+if (!isPostRequestElementSet('sel')) setPostRequestElement('sel', array());
 
 // Check if direct admin account was selected
 if (isGetRequestElementSet('admin')) {
@@ -53,8 +53,8 @@ if (isGetRequestElementSet('admin')) {
        $adminId = bigintval(getRequestElement('admin'));
 
        // Set required fields
-       setRequestPostElement('edit', 1);
-       setRequestPostElement('sel', array($adminId => 1));
+       setPostRequestElement('edit', 1);
+       setPostRequestElement('sel', array($adminId => 1));
 } // END - if
 
 if ((isPostRequestElementSet('edit')) && (countPostSelection() > 0)) {