Franz,
I just put the code under line 92, but with no results....
This is my code
foreach
($TYPO3_CONF_VARS['EXTCONF'][STATIC_INFO_TABLES_EXTkey]['tables'][$table
]['label_fields'] as $field) {
if ($local) {
$labelField = str_replace ('##', 'local',
$field);
} else {
Row 92 > $labelField = str_replace ('##',
$csConvObj->conv_case('utf-8',$lang,'toLower'), $field);
}
if
(is_array($TCA[$table]['columns'][$labelField])) {
$labelFields[] = $labelField;
}
}
}
return $labelFields;
Can you help me with this.
Thanks in advance
remco
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english