diff --git a/phpgwapi/doc/class.accounts b/phpgwapi/doc/class.accounts index 4a2215b875..74c7de1d13 100644 --- a/phpgwapi/doc/class.accounts +++ b/phpgwapi/doc/class.accounts @@ -4,7 +4,8 @@ class accounts_{ var $db; var $account_id; var $data; - var $security_equals + var $memberships; + var $members; function read_repository() { @@ -13,9 +14,9 @@ class accounts_{ * then return $this->data * * * * These are the values that should be set: * - * $this->data["userid"] * * $this->data["account_id"] * * $this->data["account_lid"] * + * $this->data["account_type"] * * $this->data["firstname"] * * $this->data["lastname"] * * $this->data["fullname"] *