Wrapper function introduced, double-quotes converted to single:
[mailer.git] / inc / modules / admin / what-config_bonus.php
index 412e177909b4a5055d9cc7c929850c8e5198544e..bfa6a2feed6ff194765ddbb2f5d72122d486cec1 100644 (file)
@@ -104,9 +104,9 @@ if (isFormSent()) {
        $content['trates_list'] = $OUT;
 
        // Selection boxes
-       $content['login_timeout_selection'] = createTimeSelections(getConfig('login_timeout')    , 'login_timeout'    , 'WDh');
-       $content['bonus_timeout_selection'] = createTimeSelections(getConfig('bonus_timeout')    , 'bonus_timeout'    , 'WDh');
-       $content['wait_selection']          = createTimeSelections(getConfig('bonus_notify_wait'), 'bonus_notify_wait', 'ms' );
+       $content['login_timeout_selection'] = createConfigurationTimeSelections('login_timeout'    , 'WDh');
+       $content['bonus_timeout_selection'] = createConfigurationTimeSelections('bonus_timeout'    , 'WDh');
+       $content['wait_selection']          = createConfigurationTimeSelections('bonus_notify_wait', 'ms' );
 
        // Init Y/N selections
        foreach (array('active','login_yn','stats_yn','order_yn','ref_yn','click_yn','enable_notify','disable_notify','new_member_notify','include_own') as $entry) {