Bug #21848 » 13021_v2.diff
typo3/class.db_list_extra.inc (working copy) | ||
---|---|---|
$csvRow = array();
|
||
foreach ($this->fieldArray as $fN) {
|
||
switch ($fN) {
|
||
case '_PATH':
|
||
case '_PATH_':
|
||
$csvRow[] = $this->recPath($row['pid']);
|
||
break;
|
||
- « Previous
- 1
- 2
- Next »