From: Roland Häder Date: Sat, 10 Oct 2009 21:50:06 +0000 (+0000) Subject: TODO added X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=5f6df8a45c69afb452594e302fda5c2be0175157 TODO added --- diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 6abc5f3180..0d09469c8b 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -193,6 +193,7 @@ ./inc/modules/guest/what-top10.php:74: // @TODO Rewritings: uid->userid,nick->nickname,logins->total_logins in template ./inc/modules/member/what-bonus.php:55: // @TODO Rewrite this to a filter ./inc/modules/member/what-categories.php:112: // @TODO Rewrite this to use $OUT .= ... +./inc/modules/member/what-doubler.php:54:// @TODO Rewrite these all constants ./inc/modules/member/what-mydata.php:53:// @TODO Try to rewrite this constant ./inc/modules/member/what-nickname.php:87: // @TODO Rewrite this constant ./inc/modules/member/what-order.php:444: // @TODO Rewrite this to a filter diff --git a/inc/modules/member/what-doubler.php b/inc/modules/member/what-doubler.php index 190efc40c2..1a87b7681f 100644 --- a/inc/modules/member/what-doubler.php +++ b/inc/modules/member/what-doubler.php @@ -51,6 +51,7 @@ if (!defined('__SECURITY')) { ADD_DESCR('member', __FILE__); // Percent values etc. +// @TODO Rewrite these all constants define('__CHARGE_VALUE', translateComma(getConfig('doubler_charge') * 100)); define('__REF_VALUE' , translateComma(getConfig('doubler_ref') * 100)); define('__TOTAL_VALUE' , translateComma(getConfig('doubler_points')));