Project

General

Profile

Feature #17958 ยป 7063_TYPO3_trunk.patch

Administrator Admin, 2009-03-08 13:00

View differences:

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);
    (1-1/1)