Feature #17958 ยป 7063_TYPO3_trunk.patch
t3lib/class.t3lib_loaddbgroup.php (working copy) | ||
---|---|---|
// 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);
|
||