]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/register_functions.php
config.php partly solved, see #117
[mailer.git] / inc / libs / register_functions.php
index 8ed526a227bdc66e81344fd1b042fa6d70ae22c1..ceab0b90fec9ab015570c09f3a792c6c074e5ec3 100644 (file)
@@ -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'])))) {
                        );
 
                        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 {
                        } else {
-                               $content['def_n'] = ' chkecked="checked"';
+                               $content['def_n'] = ' checked="checked"';
                        }
 
                        // Load template and switch color
                        }
 
                        // Load template and switch color