X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_register2.php;h=f3f5a7fb9a09c15f923d7a971e7e7b155d132477;hb=9e8409728a31817efb90b1d8c6b9eca879bb06d4;hp=523bb777eb5dfd01af71a08ef8515f303f4c63d8;hpb=ca378407a00fb80cafe270a4a4424f1e5636e08b;p=mailer.git diff --git a/inc/modules/admin/what-config_register2.php b/inc/modules/admin/what-config_register2.php index 523bb777eb..f3f5a7fb9a 100644 --- a/inc/modules/admin/what-config_register2.php +++ b/inc/modules/admin/what-config_register2.php @@ -12,7 +12,15 @@ * -------------------------------------------------------------------- * * 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... - setPostRequestElement('ip_timeout', createTimestampFromSelections('ip_timeout', postRequestArray())); - setPostRequestElement('least_cats', round(postRequestElement('least_cats'))); + setPostRequestParameter('ip_timeout', createTimestampFromSelections('ip_timeout', postRequestArray())); + setPostRequestParameter('least_cats', round(postRequestParameter('least_cats'))); // Save settings adminSaveSettingsFromPostData();