[TYPO3-core] RFC #13026 : Install tool doesn´t reconize comments in localconf.php

Steffen Kamper info at sk-typo3.de
Mon Jan 4 21:25:26 CET 2010


Hi,

+				if (($commentblock == false) && ($v2 == '*/')) {
+						$commentblock = true;
+				} elseif (($commentblock == true) && ($v2 == '/*')){
+						$commentblock = false;
+				}

this is traverse. $commentblock is true when we are not in a 
commentblock, that irretates me very much.

vg Steffen


More information about the TYPO3-team-core mailing list