Project

General

Profile

Actions

Bug #17576

closed

Acronyms break with DBAL

Added by Martin Kutschker about 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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 #1

Updated by Martin Kutschker about 17 years ago

Fixed in SVN (trunk and 4.1)

Actions

Also available in: Atom PDF