[Typo3] DirectMail and categories

Christian Buelter buelter at kennziffer.com
Wed Aug 10 10:45:42 CEST 2005


Hi Thomas,

look into

class.mod_web_dmail.php, line 409

the categories are stored like that:

> 				while(list($k,$b)=each($recValues))	{
> 					if ($b)	{$data["tt_content"][$recUid]["module_sys_dmail_category"]|= pow (2,$k);}
> 				}

Regards,

Christian


Thomas Brovold schrieb:
> I would like to transfer people and addresses from an old database into the 
> tt_adress table. But i`m wonder how to calculate the new categories values 
> in the "module_sys_dmail_category". I think this is the place where the 
> categories is stored, am i right?
> 
> 
> 
> Am I on a totally wrong way?
> 
> 
> 
> Regards
> 
> 
> 
> Thomas
> 
> 
> 



More information about the TYPO3-english mailing list