[TYPO3-dev] conf variables?

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Dec 21 13:32:31 CET 2006


Brian Bendtsen schrieb:
> Hi
> 
> Im having some problems with the ext. extendedshop, so I have been 
> looking around in the code. Im not a PHP developer, but do understand 
> programming since I have made a lot of ASP applications.
> 
> Now to the point. In the code there is a variable like: 
> $this->conf["orderEmail_htmlmail"] and apparently it has to be true 
> before an email can be sent as html.
> 
> There is no other reference to this variable in the code, so is it set 
> by TS?

Usuually there is code like this in a plugin:

function main($content,$conf) {
   $this->conf = $conf;
}

If it isn't there it might be in the parent class.

Masi




More information about the TYPO3-dev mailing list