Possible fix for #125, applied fixes from profi-concept's branch
[mailer.git] / inc / libs / admins_functions.php
index 5663a354b1f03089b7aa974b18abd0981f692793..bc63f76e2c97f45dd44c7f363a24644818c6f6e4 100644 (file)
@@ -272,7 +272,7 @@ function adminsEditAdminAccount ($POST) {
                                $content['mode']    = generateOptionList('/ARRAY/', array("allow", "deny"), array(constant('ADMINS_ALLOW_MODE'), constant('ADMINS_DENY_MODE')), $content['mode']);
                        } else {
                                // Don't allow it
-                               $content['mode'] = " ";
+                               $content['mode'] = ' ';
                        }
                        $content['la_mode'] = generateOptionList('/ARRAY/', array("global", "OLD", "NEW"), array(ADMINS_GLOBAL_LA_SETTING, ADMINS_OLD_LA_SETTING, ADMINS_NEW_LA_SETTING), $content['la_mode']);