]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_sponsor.php
More misc fixes and rewrites (sorry, lame description)
[mailer.git] / inc / modules / admin / what-config_sponsor.php
index 656165484ec6e92acdd49837be968a42eb9e33e3..f834d2e8e9be5f9e47ef8f4becece628a1df0972 100644 (file)
@@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR('admin', __FILE__);
 
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // Allow only direct points (non-floating)
        REQUEST_SET_POST('sponsor_min_points', bigintval(REQUEST_POST('sponsor_min_points')));
        REQUEST_SET_POST('sponsor_ref_points', bigintval(REQUEST_POST('sponsor_ref_points')));