[TYPO3-core] RFC #16361: javascript returns 'FALSE' instead of 'false' in class.tslib_content.php

Krystian Szymukowicz t33k at prolabium.com
Fri Nov 12 00:31:36 CET 2010


Hi,

this is a SVN patch request

Type: Bugfix

Branch: trunk

BT reference:
http://bugs.typo3.org/view.php?id=16361


PROBLEM:
During CGL cleanup of class.tslib_content.php one of the 'return false' 
in javascript was replaced with 'return FALSE' , but FALSE is not 
defined in javascript which brings up an error.

SOLUTION:
Replace 'FALSE' with 'false'.


-- 
grtz
Krystian Szymukowicz
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 16361.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101112/7b92f0be/attachment.txt>


More information about the TYPO3-team-core mailing list