Bug #18174 » 20080208_be_users_wrong_labels.diff
t3lib/stddb/tbl_be.php (working copy) | ||
---|---|---|
)
|
||
),
|
||
'db_mountpoints' => Array (
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:be_users.db_mountpoints',
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:be_users.options_db_mounts',
|
||
'config' => Array (
|
||
'type' => 'group',
|
||
'internal_type' => 'db',
|
||
... | ... | |
)
|
||
),
|
||
'file_mountpoints' => Array (
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:be_users.file_mountpoints',
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:be_users.options_file_mounts',
|
||
'config' => Array (
|
||
'type' => 'select',
|
||
'foreign_table' => 'sys_filemounts',
|
||
... | ... | |
)
|
||
);
|
||
?>
|
||
?>
|
- « Previous
- 1
- 2
- Next »