made "cn" first attribute for upload

This commit is contained in:
Roland Gruber 2004-10-15 14:52:02 +00:00
parent 3001419602
commit 81c8bbd47d
1 changed files with 7 additions and 6 deletions

View File

@ -110,6 +110,13 @@ class inetOrgPerson extends baseModule {
'error_message' => $this->messages['employeeType'][0]);
$return['upload_columns'] = array(
array(
'name' => 'inetOrgPerson_cn',
'description' => _('Common name'),
'help' => 'cn',
'example' => _('Steve Miller'),
'default' => '<i>&lt;inetOrgPerson_firstName&gt; &lt;inetOrgPerson_lastName&gt;</i>'
),
array(
'name' => 'inetOrgPerson_firstName',
'description' => _('First Name'),
'help' => 'givenName',
@ -181,12 +188,6 @@ class inetOrgPerson extends baseModule {
'description' => _('eMail address'),
'help' => 'mail',
'example' => _('user@company.com')
),
array(
'name' => 'inetOrgPerson_cn',
'description' => _('Common name'),
'help' => 'cn',
'example' => _('Steve Miller')
)
);
// TODO unix workstations for upload