[TYPO3-core] RFC: Bug #6039: TCA group -> file absolute path without uploadfolder (extended)
Steffen Kamper
info at sk-typo3.de
Fri Jul 31 15:42:20 CEST 2009
Hi,
+1 by reading if you change this:
foreach ($itemArray as $pp) {
$pParts = explode('|', $pp);
to something readable like
foreach ($itemArray as $item) {
$itemParts = explode('|', $item);
vg Steffen
More information about the TYPO3-team-core
mailing list