]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_birthday.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / admin / what-config_birthday.php
index 6261ae22d25e30a308a001f0d10437adb49c1e1c..f614f54e10e3612373c928976c45773fb88c139d 100644 (file)
@@ -53,27 +53,27 @@ if (IS_FORM_SENT()) {
        define('__POINTS_VALUE', getConfig('birthday_points'));
        switch (getConfig('birthday_active'))
        {
-       case 'Y':
-               $content['active_yes'] = ' checked="checked"';
-               $content['active_no']  = '';
-               break;
+               case 'Y':
+                       $content['active_yes'] = ' checked="checked"';
+                       $content['active_no']  = '';
+                       break;
 
-       case 'N':
-               $content['active_yes'] = '';
-               $content['active_no']  = ' checked="checked"';
-               break;
+               case 'N':
+                       $content['active_yes'] = '';
+                       $content['active_no']  = ' checked="checked"';
+                       break;
        }
        switch (getConfig('birthday_mode'))
        {
-       case 'DIRECT':
-               $content['mode_direct'] = ' checked="checked"';
-               $content['mode_ref']    = '';
-               break;
+               case 'DIRECT':
+                       $content['mode_direct'] = ' checked="checked"';
+                       $content['mode_ref']    = '';
+                       break;
 
-       case 'REF':
-               $content['mode_direct'] = '';
-               $content['mode_ref']    = ' checked="checked"';
-               break;
+               case 'REF':
+                       $content['mode_direct'] = '';
+                       $content['mode_ref']    = ' checked="checked"';
+                       break;
        }
 
        // Display form