Wrapper function introduced, double-quotes converted to single:
[mailer.git] / inc / modules / admin / what-config_transfer.php
index 9725e2c9167b7038b74edf19ed8216835631547a..e2c85113b8c04ad1ee3ead1cd737ba9cd29156e9 100644 (file)
@@ -55,8 +55,8 @@ if (isFormSent()) {
        } // END - if
 
        // Time selection box
-       $content['age_selection']     = createTimeSelections(getConfig('transfer_age'), 'transfer_age', 'MWDh');
-       $content['timeout_selection'] = createTimeSelections(getConfig('transfer_timeout'), 'transfer_timeout', 'MWDh');
+       $content['age_selection']     = createConfigurationTimeSelections('transfer_age'    , 'MWDh');
+       $content['timeout_selection'] = createConfigurationTimeSelections('transfer_timeout', 'MWDh');
 
        // Load template
        loadTemplate('admin_config_transfer', false, $content);