X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_beg.php;h=967b68ee8157280f98ee659eae747f357c12b266;hp=626e3eed58109de6a545df5c9fb512743dd72678;hb=e45e218c4f629ec63f0788cab231bfc88b3fa46e;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6 diff --git a/inc/modules/admin/what-list_beg.php b/inc/modules/admin/what-list_beg.php index 626e3eed58..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 (isPostRequestParameterSet(('withdraw'))) { + if (isPostRequestParameterSet('withdraw')) { // Okay, let's prepare... $curr = date('m', time()) - 1; if (strlen($curr) == 1) $curr = '0' . $curr;