Use the correct email type constant
This commit is contained in:
parent
2c71f81e70
commit
72e4984952
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class kolab_format_contact extends kolab_format
|
||||||
public $emailtypes = array(
|
public $emailtypes = array(
|
||||||
'home' => Email::Home,
|
'home' => Email::Home,
|
||||||
'work' => Email::Work,
|
'work' => Email::Work,
|
||||||
'other' => Email::Other,
|
'other' => Email::NoType,
|
||||||
);
|
);
|
||||||
|
|
||||||
public $addresstypes = array(
|
public $addresstypes = array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue