Index: trunk/core/units/users/users_tag_processor.php =================================================================== diff -u -r1996 -r2487 --- trunk/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 1996) +++ trunk/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 2487) @@ -124,6 +124,20 @@ return $this->Application->ConfigValue('Smtp_AdminMailFrom'); } + function AffiliatePlanChecked($params) + { + static $checked = false; + if(!$checked) + { + $checked = true; + return 1; + } + else + { + return 0; + } + } + }