forked from extern/egroupware
Change back the setting of account_id also
This commit is contained in:
parent
4157660b0e
commit
f63a01ce6b
@ -35,10 +35,9 @@
|
||||
{
|
||||
global $phpgw, $phpgw_info;
|
||||
|
||||
$this->db = $phpgw->db;
|
||||
$this->db = $phpgw->db;
|
||||
|
||||
if (! isset($account_id))
|
||||
{
|
||||
if ($account_id != False) {
|
||||
$this->account_id = $account_id;
|
||||
}
|
||||
}
|
||||
@ -124,4 +123,4 @@
|
||||
return $this->members;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user