]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_beg.php
Admin menu has now a JavaScript "effect":
[mailer.git] / inc / modules / admin / what-config_beg.php
index a2a6bb93a27e8adc8b951518f9c82ff5b25f6636..853d037f81f7f3f78e68cfd4ba1b8f4f3fb5ccaf 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -51,9 +51,9 @@ if (isFormSent()) {
        adminSaveSettingsFromPostData();
 
        // Remember new settings
-       setConfigEntry('beg_rallye'               , postRequestParameter('beg_rallye'));
-       setConfigEntry('beg_rallye_enable_notify' , postRequestParameter('beg_rallye_enable_notify'));
-       setConfigEntry('beg_rallye_disable_notify', postRequestParameter('beg_rallye_disable_notify'));
+       setConfigEntry('beg_rallye'               , postRequestElement('beg_rallye'));
+       setConfigEntry('beg_rallye_enable_notify' , postRequestElement('beg_rallye_enable_notify'));
+       setConfigEntry('beg_rallye_disable_notify', postRequestElement('beg_rallye_disable_notify'));
 } else {
        // Prepare constants for the template
        $content['timeout']          = createConfigurationTimeSelections('beg_timeout'       , 'Dhm');