]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_beg.php
www is out-dated
[mailer.git] / inc / modules / admin / what-list_beg.php
index f3dae48c9970474a21f9b5d54b8f503ec8bf00dd..03656ae7038bdf9ef3e653b0fae8857123f44092 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 *
@@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__);
 
 if (isBegRallyeEnabled()) {
        // Shall I withdraw now?
-       if (isPostRequestParameterSet('withdraw')) {
+       if (isPostRequestElementSet('withdraw')) {
                // Okay, let's prepare...
                $curr = getMonth() - 1;
                if (strlen($curr) == 1) $curr = '0' . $curr;