From 3e6e6035287958c8684ba492e407c8ef51d6c5c0 Mon Sep 17 00:00:00 2001 From: seek3r Date: Mon, 5 Feb 2001 20:39:28 +0000 Subject: [PATCH] cleaned up a few flaws in the doc --- phpgwapi/doc/class.accounts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"] *