X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=853d037f81f7f3f78e68cfd4ba1b8f4f3fb5ccaf;hb=ee3a0b42f93de7676fca549c866c1c2e6f3f0576;hp=a2a6bb93a27e8adc8b951518f9c82ff5b25f6636;hpb=e51f09bb54eaaf565ac1bae162bf363fc9553ff7;p=mailer.git diff --git a/inc/modules/admin/what-config_beg.php b/inc/modules/admin/what-config_beg.php index a2a6bb93a2..853d037f81 100644 --- a/inc/modules/admin/what-config_beg.php +++ b/inc/modules/admin/what-config_beg.php @@ -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');