Missed a GLOBALS.

This commit is contained in:
skeeter 2001-09-02 07:30:46 +00:00
parent cc1f20a340
commit 386f8a755a

View File

@ -17,9 +17,7 @@
function soaccess_history()
{
global $phpgw;
$this->db = $phpgw->db;
$this->db = $GLOBALS['phpgw']->db;
}
function test_account_id($account_id)
@ -70,4 +68,4 @@
return $this->db->f(0);
}
}
}