]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/register_functions.php
Fixes for installation mode
[mailer.git] / inc / libs / register_functions.php
index f3c140674acce8bdc86ef22c711f421277942230..a80cddd54c168508b66cd4f8661657b28f0bbeff 100644 (file)
@@ -135,11 +135,11 @@ function REGISTER_ADD_CATEGORY_TABLE ($MODE, $return=false)
 
                        if (($_POST['cat'][$id] == "Y") || (($_CONFIG['register_default'] == "Y") && (empty($_POST['cat'][$id]))))
                        {
-                               $content['def_y'] = ' checked';
+                               $content['def_y'] = " checked";
                        }
                         else
                        {
-                               $content['def_n'] = ' checked';
+                               $content['def_n'] = " checked";
                        }
 
                        // Load template and switch color