X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fregister_functions.php;h=ceab0b90fec9ab015570c09f3a792c6c074e5ec3;hp=8ed526a227bdc66e81344fd1b042fa6d70ae22c1;hb=81bfbcd72e424060ea1223b49ad92fcfa150f361;hpb=05e9ddd952a47d42b9970a9d2afef20d77d3aecf diff --git a/inc/libs/register_functions.php b/inc/libs/register_functions.php index 8ed526a227..ceab0b90fe 100644 --- a/inc/libs/register_functions.php +++ b/inc/libs/register_functions.php @@ -146,9 +146,9 @@ function registerGenerateCategoryTable ($mode, $return=false) { ); if ((REQUEST_POST('cat', $content['id']) == 'Y') || ((getConfig('register_default') == 'Y') && (!REQUEST_ISSET_POST('cat', $content['id'])))) { - $content['def_y'] = ' chkecked="checked"'; + $content['def_y'] = ' checked="checked"'; } else { - $content['def_n'] = ' chkecked="checked"'; + $content['def_n'] = ' checked="checked"'; } // Load template and switch color