[TYPO3-core] RFC #11062: CONTENT can't select records from rootpage

Steffen Kamper ks at dislabs.de
Sat Feb 20 01:34:27 CET 2010


Hi,

patch seems to be outdated, actual code does this:

function checkPidArray($listArr)	{
		$outArr = Array();
		if (is_array($listArr) && count($listArr))	{
			$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('uid', 'pages', 'uid IN 
('.implode(',',$listArr).')'.$this->enableFields('pages').' AND doktype 
NOT IN ('.$this->checkPid_badDoktypeList.')');
	
so it can be dropped.
		
vg Steffen


More information about the TYPO3-team-core mailing list