summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-08-02 10:09:26 +0000
committeralecpl <alec@alec.pl>2011-08-02 10:09:26 +0000
commit46285d4b56c55dfe6c5a24e3b6d24db608873726 (patch)
tree6179144a0dba183df625c02b4f7d3bc322622c55 /program
parent5731d68a9709b5aab47ea3004a43df7b9e43f98c (diff)
- Support department field as X-DEPARTMENT
Diffstat (limited to 'program')
-rw-r--r--program/include/rcube_vcard.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php
index 00e3bddc5..dd62e9ed3 100644
--- a/program/include/rcube_vcard.php
+++ b/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',