From 38ae4984de4d848c23002add7113b1d6970fbb5e Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Wed, 8 Apr 2009 18:53:23 +0200 Subject: [PATCH] No empty attribute definitions. --- .../Horde/Kolab/Server/Object/Organizationalperson.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php index a0c0af19c..a51f0b29f 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php @@ -39,22 +39,6 @@ class Horde_Kolab_Server_Object_Organizationalperson extends Horde_Kolab_Server_ */ static public $init_attributes = array( /** - * Derived attributes are calculated based on other attribute values. - */ - 'derived' => array( - ), - /** - * Default values for attributes without a value. - */ - 'defaults' => array( - ), - /** - * Locked attributes. These are fixed after the object has been stored - * once. They may not be modified again. - */ - 'locked' => array( - ), - /** * The object classes representing this object. */ 'object_classes' => array( -- 2.11.0