]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/register_functions.php
redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / libs / register_functions.php
index 4e6e52f4c43a57b553bd5ae67e7e38f839c3e85b..d64d8273b32e86895cc9060e0a6234d635e1f413 100644 (file)
@@ -136,11 +136,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