mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
cleaned up a few flaws in the doc
This commit is contained in:
parent
cbe5e2e4a5
commit
3e6e603528
@ -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"] *
|
||||||
|
Loading…
Reference in New Issue
Block a user