forked from extern/egroupware
Missed a GLOBALS.
This commit is contained in:
parent
cc1f20a340
commit
386f8a755a
@ -17,9 +17,7 @@
|
|||||||
|
|
||||||
function soaccess_history()
|
function soaccess_history()
|
||||||
{
|
{
|
||||||
global $phpgw;
|
$this->db = $GLOBALS['phpgw']->db;
|
||||||
|
|
||||||
$this->db = $phpgw->db;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_account_id($account_id)
|
function test_account_id($account_id)
|
||||||
@ -70,4 +68,4 @@
|
|||||||
|
|
||||||
return $this->db->f(0);
|
return $this->db->f(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user