diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-02 10:09:26 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-02 10:09:26 +0000 |
| commit | abb0aec0dfcff93ef41e93cf3e6775a93ddfec89 (patch) | |
| tree | 0211ff287e64e1f06f5ad60868d4aa218f1a4c21 /roundcubemail/program/include | |
| parent | 6456ee498e082b4addb7b009bca7adb06eda9bb8 (diff) | |
- Support department field as X-DEPARTMENT
git-svn-id: https://svn.roundcube.net/trunk@5004 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_vcard.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/include/rcube_vcard.php b/roundcubemail/program/include/rcube_vcard.php index 00e3bddc5..dd62e9ed3 100644 --- a/roundcubemail/program/include/rcube_vcard.php +++ b/roundcubemail/program/include/rcube_vcard.php @@ -41,6 +41,7 @@ class rcube_vcard 'email' => 'EMAIL', 'address' => 'ADR', 'jobtitle' => 'TITLE', + 'department' => 'X-DEPARTMENT', 'gender' => 'X-GENDER', 'maidenname' => 'X-MAIDENNAME', 'anniversary' => 'X-ANNIVERSARY', |
