[TYPO3-core] RFC: URGENT Trouble with bugfix #3362

Michael Stucki michael at typo3.org
Sun Jul 30 23:56:18 CEST 2006


Committed to TYPO3_4-0 and Trunk.

- michael

Michael Stucki wrote:

> Hi Dmitry,
> 
>> I would only change this:
>> if (strtolower($thisPath) == strtolower($mainPath))
>> to this:
>> if (strcasecmp($thisPath, $mainPath) == 0)
>> in addition to your change. Just makes it shorter and more clear.
> 
> I prefer !strcasecmp(...) but I think this is just a cosmetical difference
> in this case...
> 
> - michael

-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-team-core mailing list