Use the default name of the birth day.
authorGunnar Wrobel <p@rdus.de>
Thu, 4 Jun 2009 04:32:03 +0000 (06:32 +0200)
committerGunnar Wrobel <p@rdus.de>
Thu, 4 Jun 2009 04:32:03 +0000 (06:32 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php

index d12fbf0..d26f745 100644 (file)
@@ -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';