]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-doubler.php
A lot templates rewritten, TODOs.txt updated, XHTML fixes:
[mailer.git] / inc / modules / member / what-doubler.php
index 9477d5413bf993abc17742ec4feb88a6e5a3f132..2d99333fbaba97efc439e8301683e1425052c377 100644 (file)
@@ -52,11 +52,9 @@ if ((!isExtensionActive('doubler')) && (!isAdmin())) {
 } // END - if
 
 // Percent values etc.
+// @TODO The '*100' is in the way to get moved into the template
 $content['charge'] = translateComma(getConfig('doubler_charge') * 100);
 $content['ref']    = translateComma(getConfig('doubler_ref') * 100);
-$content['total']  = translateComma(getConfig('doubler_points'));
-$content['min']    = translateComma(getConfig('doubler_min'));
-$content['max']    = translateComma(getConfig('doubler_max'));
 
 // Default refid is the userid
 $content['userid'] = getMemberId();