]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_surfbar.php
Even more rewrites to EL
[mailer.git] / inc / modules / admin / what-config_surfbar.php
index 2d4aa106652ac9633931b16cc2073fa136f6bfdb..9824686b1b1a8cfa0ad82196413c575041bff7e6 100644 (file)
@@ -57,18 +57,12 @@ if (isFormSent()) {
 } else {
        // Prepare content
        $content = array(
-               'surfbar_static_reward'   => translateComma(getConfig('surfbar_static_reward')),
-               'surfbar_static_costs'    => translateComma(getConfig('surfbar_static_costs')),
                'surfbar_static_time'     => createTimeSelections(getConfig('surfbar_static_time')   , 'surfbar_static_time'   , 'ms' , 'left'),
                'surfbar_static_lock'     => createTimeSelections(getConfig('surfbar_static_lock')   , 'surfbar_static_lock'   , 'hm' , 'left'),
                'surfbar_restart_time'    => createTimeSelections(getConfig('surfbar_restart_time')  , 'surfbar_restart_time'  , 'ms' , 'left'),
-               'surfbar_dynamic_percent' => translateComma(getConfig('surfbar_dynamic_percent')),
-               'surfbar_max_order'       => getConfig('surfbar_max_order'),
                'surfbar_stats_reload'    => createTimeSelections(getConfig('surfbar_stats_reload')  , 'surfbar_stats_reload'  , 'ms' , 'left'),
                'surfbar_purge_deleted'   => createTimeSelections(getConfig('surfbar_purge_deleted') , 'surfbar_purge_deleted' , 'WDh', 'left'),
                'surfbar_purge_migrated'  => createTimeSelections(getConfig('surfbar_purge_migrated'), 'surfbar_purge_migrated', 'WDh', 'left'),
-               'surfbar_pause_url'       => getConfig('surfbar_pause_url'),
-               'surfbar_warn_low_points' => getConfig('surfbar_warn_low_points'),
                'surfbar_low_interval'    => createTimeSelections(getConfig('surfbar_low_interval')  , 'surfbar_low_interval'  , 'WDh', 'left'),
        );
 
@@ -82,7 +76,7 @@ if (isFormSent()) {
        // Even some more...
        foreach (array('surfbar_pay_model_static','surfbar_pay_model_dynamic','surfbar_pause_mode_internal','surfbar_pause_mode_external','surfbar_notification_mode_instant','surfbar_notification_mode_reset') as $entry) {
                $content[$entry] = '';
-       } // END - if
+       } // END - foreach
 
        // Prepare selections
        foreach (array('surfbar_pay_model','surfbar_pause_mode','surfbar_notification_mode') as $entry) {