forked from extern/egroupware
Forgot to include the contructor
This commit is contained in:
parent
e219167262
commit
16cad5e0b4
@ -32,6 +32,13 @@
|
|||||||
var $memberships;
|
var $memberships;
|
||||||
var $members;
|
var $members;
|
||||||
|
|
||||||
|
function accounts()
|
||||||
|
{
|
||||||
|
global $phpgw;
|
||||||
|
|
||||||
|
$this->db = $phpgw->db;
|
||||||
|
}
|
||||||
|
|
||||||
function read_repository()
|
function read_repository()
|
||||||
{
|
{
|
||||||
global $phpgw;
|
global $phpgw;
|
||||||
|
Loading…
Reference in New Issue
Block a user