Index: t3lib/class.t3lib_loaddbgroup.php =================================================================== --- t3lib/class.t3lib_loaddbgroup.php (revision 5122) +++ t3lib/class.t3lib_loaddbgroup.php (working copy) @@ -572,6 +572,9 @@ // strip a possible "ORDER BY" in front of the $sortby value $sortby = $GLOBALS['TYPO3_DB']->stripOrderBy($sortby); + + $whereClause .= $conf['foreign_table_where']; + // get the rows from storage $rows = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('uid', $foreign_table, $whereClause, '', $sortby);