]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_register2.php
Fixes for auto-activation of extensions while registration phase
[mailer.git] / inc / modules / admin / what-config_register2.php
index 70133170cf5c3ba010a47dc56552fc528ee600b1..f3f5a7fb9a09c15f923d7a971e7e7b155d132477 100644 (file)
  * -------------------------------------------------------------------- *
  *          Adapted from what-config_reg.php                            *
  * -------------------------------------------------------------------- *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * 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 *
@@ -41,8 +49,8 @@ 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();