Actions
Bug #19105
closeddbal incompatible SQL in extension impexp
Status:
Closed
Priority:
Should have
Assignee:
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
Actions