cleaned up a few flaws in the doc

This commit is contained in:
seek3r 2001-02-05 20:39:28 +00:00
parent cbe5e2e4a5
commit 3e6e603528

View File

@ -4,7 +4,8 @@ class accounts_{
var $db; var $db;
var $account_id; var $account_id;
var $data; var $data;
var $security_equals var $memberships;
var $members;
function read_repository() function read_repository()
{ {
@ -13,9 +14,9 @@ class accounts_{
* then return $this->data * * then return $this->data *
* * * *
* These are the values that should be set: * * These are the values that should be set: *
* $this->data["userid"] *
* $this->data["account_id"] * * $this->data["account_id"] *
* $this->data["account_lid"] * * $this->data["account_lid"] *
* $this->data["account_type"] *
* $this->data["firstname"] * * $this->data["firstname"] *
* $this->data["lastname"] * * $this->data["lastname"] *
* $this->data["fullname"] * * $this->data["fullname"] *