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

@ -32,6 +32,13 @@
var $memberships;
var $members;
function accounts()
{
global $phpgw;
$this->db = $phpgw->db;
}
function read_repository()
{
global $phpgw;