Actions
Bug #24029
closedjavascript 'return FALSE' instead of 'return false'
Start date:
2010-11-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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'.
(issue imported from #M16361)
Files
Actions