Bug #19156 » bug_9058.diff
/var/www/typo3_src/typo3_src-trunk/typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
function start($data,$table='') {
|
||
global $TYPO3_CONF_VARS;
|
||
$this->data = $data;
|
||
$this->stdWrapHookObjects = array();
|
||
$this->currentRecord = $table ? $table.':'.$this->data['uid'] : '';
|
||
$this->parameters = Array();
|
||
if (is_array ($TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClass'])) {
|