Use the correct email type constant

This commit is contained in:
Thomas Bruederli 2013-05-01 15:25:37 +02:00
parent 2c71f81e70
commit 72e4984952

View file

@ -50,7 +50,7 @@ class kolab_format_contact extends kolab_format
public $emailtypes = array(
'home' => Email::Home,
'work' => Email::Work,
'other' => Email::Other,
'other' => Email::NoType,
);
public $addresstypes = array(