From 99320ecadbb7551e1113cd76f1586ca22ec2467f Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Thu, 4 Jun 2009 06:32:03 +0200 Subject: [PATCH] Use the default name of the birth day. --- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.11.0