X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_extensions.php;h=cc3ba11687bd131ea69b0e4ea198ba1421443fef;hb=9e604ce404fe7d2d8dafc259a5fb8cd826aec5e6;hp=2863d407716bdec24afa706dbb5a545d29f9be95;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/modules/admin/what-config_extensions.php b/inc/modules/admin/what-config_extensions.php index 2863d40771..cc3ba11687 100644 --- a/inc/modules/admin/what-config_extensions.php +++ b/inc/modules/admin/what-config_extensions.php @@ -45,20 +45,20 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { // Add description as navigation point ADD_DESCR('admin', __FILE__); -if (IS_FORM_SENT()) { +if (isFormSent()) { // Save configuration ADMIN_SAVE_SETTINGS_POST(); } else { // Prepare data switch (getConfig('verbose_sql')) { case 'Y': - define('__VERBOSE_Y', ' chkecked="checked"'); + define('__VERBOSE_Y', ' checked="checked"'); define('__VERBOSE_N', ''); break; case 'N': define('__VERBOSE_Y', ''); - define('__VERBOSE_N', ' chkecked="checked"'); + define('__VERBOSE_N', ' checked="checked"'); break; }