summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/edit.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-08-10 11:53:41 +0000
committerthomascube <thomas@roundcube.net>2011-08-10 11:53:41 +0000
commit31737295b829837e9399e7672ebc2725ddc83815 (patch)
treea75494b2a01a505a30174ea0f206dcb818e18ca6 /program/steps/addressbook/edit.inc
parentf2ff370215957f58edb734f65e8c60bcef0f0f47 (diff)
Add newlines between organization, department, jobtitle (#1488028)
Diffstat (limited to 'program/steps/addressbook/edit.inc')
-rw-r--r--program/steps/addressbook/edit.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc
index 0ad977d1a..49915f5ab 100644
--- a/program/steps/addressbook/edit.inc
+++ b/program/steps/addressbook/edit.inc
@@ -95,9 +95,9 @@ function rcmail_contact_edithead($attrib)
'suffix' => array('size' => $i_size),
'name' => array('size' => 2*$i_size),
'nickname' => array('size' => 2*$i_size),
- 'company' => array('size' => $i_size),
- 'department' => array('size' => $i_size),
- 'jobtitle' => array('size' => $i_size),
+ 'organization' => array('size' => 2*$i_size),
+ 'department' => array('size' => 2*$i_size),
+ 'jobtitle' => array('size' => 2*$i_size),
)
)
);