From: Gunnar Wrobel Date: Thu, 4 Jun 2009 04:32:03 +0000 (+0200) Subject: Use the default name of the birth day. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=99320ecadbb7551e1113cd76f1586ca22ec2467f;p=horde.git Use the default name of the birth day. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php index d12fbf0b7..d26f745b4 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php @@ -81,7 +81,7 @@ class Horde_Kolab_Server_Object_Kolabinetorgperson extends Horde_Kolab_Server_Ob const ATTRIBUTE_ALLOWEDFROM = 'kolabAllowSMTPFrom'; /** The date of birth */ - const ATTRIBUTE_DATEOFBIRTH = 'dateOfBirth'; + const ATTRIBUTE_DATEOFBIRTH = 'apple-birthday'; /** The place of birth */ const ATTRIBUTE_PLACEOFBIRTH = 'birthPlace';