mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
Forgot to include the contructor
This commit is contained in:
parent
e219167262
commit
16cad5e0b4
@ -31,7 +31,14 @@
|
||||
var $data;
|
||||
var $memberships;
|
||||
var $members;
|
||||
|
||||
|
||||
function accounts()
|
||||
{
|
||||
global $phpgw;
|
||||
|
||||
$this->db = $phpgw->db;
|
||||
}
|
||||
|
||||
function read_repository()
|
||||
{
|
||||
global $phpgw;
|
||||
|
Loading…
Reference in New Issue
Block a user