[TYPO3-core] RFC (?): remove garbage in init.php

Franz Holzinger franz at fholzinger.com
Fri Dec 22 14:56:19 CET 2006


Hello Dmitry,


> It seems that 4.1 has garbage character(s) in typo3/init.php. Please, 
> take a look to attached patch and see if you see the same as I do.
> 
> -if (defined('TYPO3_cliMode') && TYPO3_cliModeÂŽ&& basename(PATH_thisScript)=='cli_dispatch.phpsh')	{

It depends on the editor and its character settings.

http://svn.sourceforge.net/viewvc/typo3/TYPO3core/trunk/typo3/init.php?revision=1770&view=markup

+1 to remove the trailing "´" from here:

if (defined('TYPO3_cliMode') && TYPO3_cliMode´&&
basename(PATH_thisScript)=='cli_dispatch.phpsh')	{


- Franz



More information about the TYPO3-team-core mailing list