Project

General

Profile

Bug #20734 ยป 11500.patch

Administrator Admin, 2009-07-07 21:56

View differences:

typo3/sysext/cms/ext_tables.php (working copy)
),
'exclusiveKeys' => '-1,-2',
'foreign_table' => 'fe_groups',
'foreign_table_where' => 'ORDER BY fe_groups.title',
)
),
'extendToSubpages' => array (
typo3/sysext/cms/tbl_tt_content.php (working copy)
Array('LLL:EXT:lang/locallang_general.php:LGL.usergroups', '--div--')
),
'exclusiveKeys' => '-1,-2',
'foreign_table' => 'fe_groups'
'foreign_table' => 'fe_groups',
'foreign_table_where' => 'ORDER BY fe_groups.title',
)
),
'sys_language_uid' => Array (
......
);
?>
?>
typo3/sysext/cms/tbl_cms.php (working copy)
'config' => array(
'type' => 'select',
'foreign_table' => 'fe_groups',
'foreign_table_where' => 'ORDER BY fe_groups.title',
'size' => '6',
'minitems' => '1',
'maxitems' => '50'
......
?>
?>
    (1-1/1)