[Typo3-dev] annoying difference between 3.5 and 3.6 extmng class extension warnings

Martin T. Kutschker Martin.T.Kutschker at blackbox.net
Wed Mar 17 15:20:15 CET 2004


Hi!

For 3.5 I used to write the class extension code like this (with double 
quotes)

if (defined("TYPO3_MODE") && 
$TYPO3_CONF_VARS[TYPO3_MODE]["XCLASS"]["ext/gsi_whoisonline/pi1/class.tx_gsiwhoisonline_pi1.php"]) 
{
 
include_once($TYPO3_CONF_VARS[TYPO3_MODE]["XCLASS"]["ext/gsi_whoisonline/pi1/class.tx_gsiwhoisonline_pi1.php"]);
}

I had to, because otherwise I'd get warnings.

Now in 3.6RC1 I have to use single quotes. That's great, but now I have 
warnings for my old code. Perhaps both could be supported in 3.6 final?

Thanx,
Masi





More information about the TYPO3-dev mailing list