]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_register2.php
Removed comment introduced by Profi-Concept, this comment should fine (in a much...
[mailer.git] / inc / modules / admin / what-config_register2.php
index 2fe8f5bc132fe76839209650cacc0e377167be9b..b8f08dc01b967545d2cdbbfa5d5946094e225f81 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/12/2003 *
- * ===============                              Last change: 11/29/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 10/12/2003 *
+ * ===================                          Last change: 11/29/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-config_register2.php                        *
  * -------------------------------------------------------------------- *
  *          Adapted from what-config_reg.php                            *
  * -------------------------------------------------------------------- *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * -------------------------------------------------------------------- *
  * 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 *
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);
 
 if (isFormSent()) {
        // Calculate timestamp from selections...
-       setRequestPostElement('ip_timeout', createTimestampFromSelections('ip_timeout', postRequestArray()));
-       setRequestPostElement('least_cats', round(postRequestElement('least_cats')));
+       setPostRequestParameter('ip_timeout', createTimestampFromSelections('ip_timeout', postRequestArray()));
+       setPostRequestParameter('least_cats', round(postRequestParameter('least_cats')));
 
        // Save settings
        adminSaveSettingsFromPostData();