Forgot to include the contructor

This commit is contained in:
jengo 2001-02-06 13:24:33 +00:00
parent e219167262
commit 16cad5e0b4

View File

@ -31,7 +31,14 @@
var $data; var $data;
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;