Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_beg.php
index 516538aaafa8427b866f542f47e2d79152a36351..7148c1bae4963bc09a090aa2460bfb3297557c44 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()) {
        // Translate german decimal commas to computer decimal dots
        REQUEST_SET_POST('beg_points'      , convertCommaToDot(REQUEST_POST('beg_points')      ));
        REQUEST_SET_POST('beg_points_max'  , convertCommaToDot(REQUEST_POST('beg_points_max')  ));