]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_register2.php
Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_register2.php
index e5650dc474b3e6a61ff3571103fd7076045405c9..bf40ec0467114a385096f68b790230bbbf1f41f4 100644 (file)
@@ -40,7 +40,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR('admin', __FILE__);
 
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // Calculate timestamp from selections...
        REQUEST_SET_POST('ip_timeout', createTimestampFromSelections('ip_timeout', REQUEST_POST_ARRAY()));
        REQUEST_SET_POST('least_cats', round(REQUEST_POST('least_cats')));