]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admins_edit.php
Comments fixed, ext-network continued, fix for mod stats:
[mailer.git] / inc / modules / admin / what-admins_edit.php
index b6a8932bad8cb3c52d2b694721a993de8f0528b0..4a638719c96f01766b712fcbceeabeb1b11c9456 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                             *
@@ -49,12 +49,12 @@ if (!isPostRequestElementSet('sel')) setRequestPostElement('sel', array());
 
 // Check if direct admin account was selected
 if (isGetRequestElementSet('admin')) {
-       // Secure ID number
+       // Secure id number
        $adminId = bigintval(getRequestElement('admin'));
 
        // Set required fields
-       setRequestPostElement('edit', '1');
-       setRequestPostElement('sel', array($adminId => '1'));
+       setRequestPostElement('edit', 1);
+       setRequestPostElement('sel', array($adminId => 1));
 } // END - if
 
 if ((isPostRequestElementSet('edit')) && (countPostSelection() > 0)) {