projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea14257
)
- fix for bug 966. The BE-listview in Localization Mode does now show the labels...
author
Rupert Germann
<rupi@gmx.li>
Thu, 14 Apr 2005 21:49:49 +0000
(21:49 +0000)
committer
Rupert Germann
<rupi@gmx.li>
Thu, 14 Apr 2005 21:49:49 +0000
(21:49 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@642
709f56b5
-9817-0410-a4d7-
c38de5d9e867
typo3/class.db_list_extra.inc
patch
|
blob
|
history
diff --git
a/typo3/class.db_list_extra.inc
b/typo3/class.db_list_extra.inc
index
7848fb4
..
cf10bfc
100755
(executable)
--- a/
typo3/class.db_list_extra.inc
+++ b/
typo3/class.db_list_extra.inc
@@
-1063,7
+1063,7
@@
class localRecordList extends recordList {
if ($lNew) $out[1].= $lNew;
} else {
- $out[0] = ' '.$out[
1
];
+ $out[0] = ' '.$out[
0
];
}
}