Fr. Simon Rundell SCP wrote:
> $newdata=$TYPO3_DB->exec_SELECTquery('*', $data["database"],
> 'uid='.$data["drpRecordSelect"], '', '', '');
why not use:
$GLOBALS['TYPO3_DB']->exec_SELECTquery('*', $data["database"],
'uid='.$data["drpRecordSelect"], '', '', '');