Project

General

Profile

Actions

Bug #17477

closed

Undefined variable is used in t3lib_BEfunc::exec_foreign_table_where_query

Added by Oliver Klee almost 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-07-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

function exec_foreign_table_where_query($fieldValue,$field='',$TSconfig=array(),$prefix='') {
global $TCA;

t3lib_div::loadTCA($foreign_table);
$foreign_table = $fieldValue['config'][$prefix.'foreign_table'];

Here, $foreign_table is used although it is undefined, causing the loadTCA to fail.

(issue imported from #M5983)


Files

0005983.patch (651 Bytes) 0005983.patch Administrator Admin, 2007-07-17 20:13
5983_v2.diff (666 Bytes) 5983_v2.diff Administrator Admin, 2010-09-18 15:14

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #21891: t3lib_BEfunc::exec_foreign_table_where_query has wrong definitionClosedChris topher2009-12-29

Actions
Actions

Also available in: Atom PDF