Actions
Bug #17576
closedAcronyms break with DBAL
Start date:
2007-09-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The select in buildJSAcronymArray() has this in the WHERE clause
(sys_language_uid = "<current>" OR sys_language_uid = "-1")
This is not portable as double quotes may only be used for entities (tables, columns, etc) in ANSI SQL. For integer columns no quotes are allowed (not even single quotes)!
(issue imported from #M6252)
Actions