X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/a4a3e2e0e9e31ea5cba2703054c78df98b3163ea..711523891d1bb97efc9590d0818b91583e6f13ca:/typo3/sysext/cms/tbl_cms.php diff --git a/typo3/sysext/cms/tbl_cms.php b/typo3/sysext/cms/tbl_cms.php index 131c6712931d..cdc8539bb805 100755 --- a/typo3/sysext/cms/tbl_cms.php +++ b/typo3/sysext/cms/tbl_cms.php @@ -71,6 +71,7 @@ $TCA['fe_users'] = array( 'config' => array( 'type' => 'select', 'foreign_table' => 'fe_groups', + 'foreign_table_where' => 'ORDER BY fe_groups.title', 'size' => '6', 'minitems' => '1', 'maxitems' => '50'