Actions
Bug #15601
closedclass.t3lib_befunc uses wrong sql statement
Start date:
2006-02-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
... in line 3459:
list($count) = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('count(*)','sys_refindex','1');
this must be
list($count) = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('count(*)','sys_refindex','1=1');
or else errors occur in postgresql.
(issue imported from #M2528)
Actions