[TYPO3-core] RFC: Bug 1030, 277, 1472 possibly 1270

Bernhard Kraft kraftb at kraftb.at
Sat Feb 25 01:15:52 CET 2006


René Fritz wrote:

> So just leave it as it is. All is fine!

Ok. I'm fine. But just because I'm curios also:

+	function quoteJSvalue($value, $inScriptTags = false)	{
+		$value = addcslashes($value, '\''.chr(10).chr(13));
+		if (!$inScriptTags)	{
+			$value = htmlspecialchars($value);
+		}

where is here a "double" negation ?


greets,
Bernhard



More information about the TYPO3-team-core mailing list