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

Michael Stucki mstucki at snowflake.ch
Fri Jul 28 19:03:04 CEST 2006


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_3362_post1_v2.diff
Type: text/x-diff
Size: 1328 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060728/6992e70e/attachment.bin 


More information about the TYPO3-team-core mailing list