X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_beg.php;h=967b68ee8157280f98ee659eae747f357c12b266;hb=22ba0c36c75ff989a6f48197c5a71524fb891b87;hp=323813c05a8efe9ade3d13a56a131049127e7483;hpb=039203d5428c9c6a3bed61fb3a9a16958c6fd44c;p=mailer.git diff --git a/inc/modules/admin/what-list_beg.php b/inc/modules/admin/what-list_beg.php index 323813c05a..967b68ee81 100644 --- a/inc/modules/admin/what-list_beg.php +++ b/inc/modules/admin/what-list_beg.php @@ -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,7 +47,7 @@ addMenuDescription('admin', __FILE__); if (getConfig('beg_rallye') == 'Y') { // Shall I withdraw now? - if (isPostRequestElementSet(('withdraw'))) { + if (isPostRequestParameterSet('withdraw')) { // Okay, let's prepare... $curr = date('m', time()) - 1; if (strlen($curr) == 1) $curr = '0' . $curr;