Project

General

Profile

Actions

Bug #15583

closed

class.t3lib_refindex uses wrong sql statement

Added by Christian Welzel almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-02-06
Due date:
% Done:

0%

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

Description

... in line 643:
$allRecs = $TYPO3_DB->exec_SELECTgetRows('uid',$tableName,'1');

this must be
$allRecs = $TYPO3_DB->exec_SELECTgetRows('uid',$tableName,'1=1');

or else errors occur in postgresql.

(issue imported from #M2507)

Actions #1

Updated by Wolfgang Klinger almost 19 years ago

fixed in CVS

Actions

Also available in: Atom PDF