Bug #17181 ยป bug5347.patch
typo3_src-4.1.1/t3lib/class.t3lib_tceforms.php 2007-04-03 10:56:00.000000000 +0200 | ||
---|---|---|
// Get data structure:
|
||
if (is_array($dataStructArray)) {
|
||
// Resolve sheet definitions:
|
||
$dataStructArray = t3lib_div::resolveAllSheetsInDS($dataStructArray);
|
||
// Get data:
|
||
$xmlData = $PA['itemFormElValue'];
|
||
$xmlHeaderAttributes = t3lib_div::xmlGetHeaderAttribs($xmlData);
|