TODO added
authorRoland Häder <roland@mxchange.org>
Sat, 10 Oct 2009 21:50:06 +0000 (21:50 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 10 Oct 2009 21:50:06 +0000 (21:50 +0000)
DOCS/TODOs.txt
inc/modules/member/what-doubler.php

index 6abc5f3180c375aa10a9027ff823c05d636b3c98..0d09469c8bdc2fe800974183a217fc7e04029b54 100644 (file)
 ./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
index 190efc40c25e81056c117dd7b72708f51a91458a..1a87b7681fbba804fd1878100ee6fe46a154dc35 100644 (file)
@@ -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')));