login bonus will no longer be payed when turned off, "Y/N" rewritten to 'Y/N'
[mailer.git] / inc / modules / admin / what-config_birthday.php
index 0db02fdc32213f5b2b47bf73eb688109087ee18a..6d77eacf9b278bbcd4eb3eba4811d91d6e0f6c44 100644 (file)
@@ -51,12 +51,12 @@ if (isset($_POST['ok']))
        define('__POINTS_VALUE', $CONFIG['birthday_points']);
        switch ($CONFIG['birthday_active'])
        {
-       case "Y":
+       case 'Y':
                define('__BIRTHDAY_ACTIVE_Y', " checked");
                define('__BIRTHDAY_ACTIVE_N', "");
                break;
 
-       case "N":
+       case 'N':
                define('__BIRTHDAY_ACTIVE_Y', "");
                define('__BIRTHDAY_ACTIVE_N', " checked");
                break;