mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
added type to function read_repository
This commit is contained in:
parent
539f13e14d
commit
340bc3c184
@ -61,6 +61,7 @@
|
|||||||
$this->data['lastpasswd_change'] = $this->db->f('account_lastpwd_change');
|
$this->data['lastpasswd_change'] = $this->db->f('account_lastpwd_change');
|
||||||
$this->data['status'] = $this->db->f('account_status');
|
$this->data['status'] = $this->db->f('account_status');
|
||||||
$this->data['expires'] = $this->db->f('account_expires');
|
$this->data['expires'] = $this->db->f('account_expires');
|
||||||
|
$this->data['account_type'] = $this->db->f('account_type');
|
||||||
|
|
||||||
return $this->data;
|
return $this->data;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user