[TYPO3-core] FYI: Fixed bug #8968: DBAL incompatible SQL in "impexp" extension

Michael Stucki michael at typo3.org
Fri Aug 14 10:15:41 CEST 2009


The following patch was committed to the following branches:
* Trunk (rev. @5781)
* TYPO3_4-2 (rev. @5782)

See changeset attached.

Type: Bugfix

Bugtracker reference:
http://bugs.typo3.org/view.php?id=8968

Branches: TYPO3_4-2 / Trunk

Problem:
| There is an "Invalid argument supplied for foreach()" in BE module
| user>tasks
| by sqlparser

Solution:
Replace queries containing    (public>0 || user_uid=
with                          (public>0 OR user_uid=
in impexp/app/index.php and impexp/modfunc1/class.tx_impexp_modfunc1.php

Comments:
Thanks to Marc Bastian Heinrichs

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/


More information about the TYPO3-team-core mailing list