Percents now with .0
[mailer.git] / inc / modules / member / what-refback.php
index b616e223267e60e3067c3b8044c8918afe8916f2..10ab231b58b6e7ef5f3c08bbfc9dcaef5b42b138 100644 (file)
@@ -88,8 +88,8 @@ if ((isset($_POST['edit'])) && (isset($_POST['id']))) {
 
                // Translate comma
                $content['refback'] = TRANSLATE_COMMA($content['refback']);
-               $content['min']     = $_CONFIG['refback_min_perc'];
-               $content['max']     = $_CONFIG['refback_max_perc'];
+               $content['min']     = TRANSLATE_COMMA($_CONFIG['refback_min_perc'].".0", true, 1);
+               $content['max']     = TRANSLATE_COMMA($_CONFIG['refback_max_perc'].".0", true, 1);
 
                // Load form for editing
                LOAD_TEMPLATE("member_refback_edit", false, $content);