]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_bonus.php
Sponsor stub extension added (not fully working\!)
[mailer.git] / inc / modules / admin / what-config_bonus.php
index b0b5bc1616d6ce25d9e6351fbbdfddf67af1eb58..70bf8e32b552e34818022b3774782dd673cc93cd 100644 (file)
@@ -122,122 +122,122 @@ if (isset($_POST['ok']))
        switch ($_CONFIG['bonus_active'])
        {
        case 'Y':
-               define('__BONUS_ACTIVE_Y', " checked");
+               define('__BONUS_ACTIVE_Y', ' checked');
                define('__BONUS_ACTIVE_N', "");
                break;
 
        case 'N':
                define('__BONUS_ACTIVE_Y', "");
-               define('__BONUS_ACTIVE_N', " checked");
+               define('__BONUS_ACTIVE_N', ' checked');
                break;
        }
        // Other bonus to de-/activate
        switch ($_CONFIG['bonus_login_yn'])
        {
        case 'Y':
-               define('__BONUS_LOGIN_Y', " checked");
+               define('__BONUS_LOGIN_Y', ' checked');
                define('__BONUS_LOGIN_N', "");
                break;
 
        case 'N':
                define('__BONUS_LOGIN_Y', "");
-               define('__BONUS_LOGIN_N', " checked");
+               define('__BONUS_LOGIN_N', ' checked');
                break;
        }
        switch ($_CONFIG['bonus_stats_yn'])
        {
        case 'Y':
-               define('__BONUS_STATS_Y', " checked");
+               define('__BONUS_STATS_Y', ' checked');
                define('__BONUS_STATS_N', "");
                break;
 
        case 'N':
                define('__BONUS_STATS_Y', "");
-               define('__BONUS_STATS_N', " checked");
+               define('__BONUS_STATS_N', ' checked');
                break;
        }
        switch ($_CONFIG['bonus_order_yn'])
        {
        case 'Y':
-               define('__BONUS_ORDER_Y', " checked");
+               define('__BONUS_ORDER_Y', ' checked');
                define('__BONUS_ORDER_N', "");
                break;
 
        case 'N':
                define('__BONUS_ORDER_Y', "");
-               define('__BONUS_ORDER_N', " checked");
+               define('__BONUS_ORDER_N', ' checked');
                break;
        }
        switch ($_CONFIG['bonus_ref_yn'])
        {
        case 'Y':
-               define('__BONUS_REF_Y', " checked");
+               define('__BONUS_REF_Y', ' checked');
                define('__BONUS_REF_N', "");
                break;
 
        case 'N':
                define('__BONUS_REF_Y', "");
-               define('__BONUS_REF_N', " checked");
+               define('__BONUS_REF_N', ' checked');
                break;
        }
        switch ($_CONFIG['bonus_click_yn'])
        {
        case 'Y':
-               define('__BONUS_CLICK_Y', " checked");
+               define('__BONUS_CLICK_Y', ' checked');
                define('__BONUS_CLICK_N', "");
                break;
 
        case 'N':
                define('__BONUS_CLICK_Y', "");
-               define('__BONUS_CLICK_N', " checked");
+               define('__BONUS_CLICK_N', ' checked');
                break;
        }
        switch ($_CONFIG['bonus_en_notify'])
        {
        case 'Y':
-               define('__BONUS_EN_NOTIFY_Y', " checked");
+               define('__BONUS_EN_NOTIFY_Y', ' checked');
                define('__BONUS_EN_NOTIFY_N', "");
                break;
 
        case 'N':
                define('__BONUS_EN_NOTIFY_Y', "");
-               define('__BONUS_EN_NOTIFY_N', " checked");
+               define('__BONUS_EN_NOTIFY_N', ' checked');
                break;
        }
        switch ($_CONFIG['bonus_di_notify'])
        {
        case 'Y':
-               define('__BONUS_DI_NOTIFY_Y', " checked");
+               define('__BONUS_DI_NOTIFY_Y', ' checked');
                define('__BONUS_DI_NOTIFY_N', "");
                break;
 
        case 'N':
                define('__BONUS_DI_NOTIFY_Y', "");
-               define('__BONUS_DI_NOTIFY_N', " checked");
+               define('__BONUS_DI_NOTIFY_N', ' checked');
                break;
        }
        switch ($_CONFIG['bonus_new_mem_notify'])
        {
        case 'Y':
-               define('__BONUS_NEW_MEMBER_NOTIFY_Y', " checked");
+               define('__BONUS_NEW_MEMBER_NOTIFY_Y', ' checked');
                define('__BONUS_NEW_MEMBER_NOTIFY_N', "");
                break;
 
        case 'N':
                define('__BONUS_NEW_MEMBER_NOTIFY_Y', "");
-               define('__BONUS_NEW_MEMBER_NOTIFY_N', " checked");
+               define('__BONUS_NEW_MEMBER_NOTIFY_N', ' checked');
                break;
        }
        switch ($_CONFIG['bonus_include_own'])
        {
        case 'Y':
-               define('__BONUS_INCLUDE_OWN_Y', " checked");
+               define('__BONUS_INCLUDE_OWN_Y', ' checked');
                define('__BONUS_INCLUDE_OWN_N', "");
                break;
 
        case 'N':
                define('__BONUS_INCLUDE_OWN_Y', "");
-               define('__BONUS_INCLUDE_OWN_N', " checked");
+               define('__BONUS_INCLUDE_OWN_N', ' checked');
                break;
        }