]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_sponsor.php
The yearly copyright-update commit. 2009, 2010 are now copyrighted on the developer...
[mailer.git] / inc / modules / admin / what-config_sponsor.php
index f4ef394d0b20a64599f5127b6d0412c0d03945f6..af8cc38325eece73841bf3518a827ef5f39996a8 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * M-XChange v0.2.1                                   Start: 12/21/2004 *
- * ================                             Last change: 12/21/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 12/21/2004 *
+ * ===================                          Last change: 12/21/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-config_title.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,8 +47,8 @@ addMenuDescription('admin', __FILE__);
 
 if (isFormSent()) {
        // Allow only direct points (non-floating)
-       setRequestPostElement('sponsor_min_points', bigintval(postRequestElement('sponsor_min_points')));
-       setRequestPostElement('sponsor_ref_points', bigintval(postRequestElement('sponsor_ref_points')));
+       setPostRequestParameter('sponsor_min_points', bigintval(postRequestParameter('sponsor_min_points')));
+       setPostRequestParameter('sponsor_ref_points', bigintval(postRequestParameter('sponsor_ref_points')));
 
        // Save settings
        adminSaveSettingsFromPostData();