wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / modules / admin / what-config_birthday.php
index 60ff7ee34a175f9fab477f7af0f9d2f68b567ad2..34eb07ade041d0b41a5236f78c55bba110222189 100644 (file)
@@ -48,8 +48,8 @@ if (isset($_POST['ok']))
  else
 {
        // Prepare data for the template
-       define('__POINTS_VALUE', $CONFIG['birthday_points']);
-       switch ($CONFIG['birthday_active'])
+       define('__POINTS_VALUE', $_CONFIG['birthday_points']);
+       switch ($_CONFIG['birthday_active'])
        {
        case 'Y':
                define('__BIRTHDAY_ACTIVE_Y', " checked");
@@ -61,7 +61,7 @@ if (isset($_POST['ok']))
                define('__BIRTHDAY_ACTIVE_N', " checked");
                break;
        }
-       switch ($CONFIG['birthday_mode'])
+       switch ($_CONFIG['birthday_mode'])
        {
        case "DIRECT":
                define('__BIRTHDAY_MODE_DIRECT', " checked");