]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_doubler.php
The yearly copyright-update commit. 2009, 2010 are now copyrighted on the developer...
[mailer.git] / inc / modules / admin / what-config_doubler.php
index a05621cc0a43b26a38c30f9249ab1406f1e750ff..8f375d51c84a040ea57ad641b579bdcd17a01c10 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 *
@@ -46,11 +47,11 @@ addMenuDescription('admin', __FILE__);
 
 if (isFormSent()) {
        // Replace commata with decimal dot
-       setPostRequestElement('doubler_charge', (convertCommaToDot(postRequestElement('doubler_charge')) / 100));
-       setPostRequestElement('doubler_ref'   , (convertCommaToDot(postRequestElement('doubler_ref')) / 100));
-       setPostRequestElement('doubler_min'   , convertCommaToDot(postRequestElement('doubler_min')));
-       setPostRequestElement('doubler_max'   , convertCommaToDot(postRequestElement('doubler_max')));
-       setPostRequestElement('doubler_left'  , convertCommaToDot(postRequestElement('doubler_left')));
+       setPostRequestParameter('doubler_charge', (convertCommaToDot(postRequestParameter('doubler_charge')) / 100));
+       setPostRequestParameter('doubler_ref'   , (convertCommaToDot(postRequestParameter('doubler_ref')) / 100));
+       setPostRequestParameter('doubler_min'   , convertCommaToDot(postRequestParameter('doubler_min')));
+       setPostRequestParameter('doubler_max'   , convertCommaToDot(postRequestParameter('doubler_max')));
+       setPostRequestParameter('doubler_left'  , convertCommaToDot(postRequestParameter('doubler_left')));
 
        // Save settings
        adminSaveSettingsFromPostData();