Project

General

Profile

Actions

Bug #19105

closed

dbal incompatible SQL in extension impexp

Added by Marc Bastian Heinrichs almost 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2008-07-15
Due date:
% Done:

0%

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

Description

causes an "Invalid argument supplied for foreach()" in BE module user>tasks
by sqlparser

(public>0 || user_uid=

has to be changed to

(public>0 OR user_uid=

in impexp/app/index.php and impexp/modfunc1/class.tx_impexp_modfunc1.php

(issue imported from #M8968)


Files

impexp_where_clause_bug.diff (1.05 KB) impexp_where_clause_bug.diff Administrator Admin, 2009-08-13 16:24
Actions #1

Updated by Michael Stucki over 14 years ago

Fixed in TYPO3_4-2 and Trunk.

Actions

Also available in: Atom PDF