mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
applied patch from Cornelius Weiss: fixes some probs with xmlrpc too
This commit is contained in:
parent
8071d23ea5
commit
9b701ac5b9
@ -137,9 +137,9 @@
|
||||
{
|
||||
$this->acl();
|
||||
}
|
||||
$this->db->select($this->table_name,'*',array(
|
||||
'acl_account' => array($this->account_id,0) + array_values((array)$this->get_location_list_for_id('phpgw_group', 1, $this->account_id))
|
||||
),__LINE__,__FILE__);
|
||||
$acl_acc_list = array_values((array)$this->get_location_list_for_id('phpgw_group', 1, $this->account_id));
|
||||
array_unshift($acl_acc_list,$this->account_id,0);
|
||||
$this->db->select($this->table_name,'*',array('acl_account' => $acl_acc_list ),__LINE__,__FILE__);
|
||||
|
||||
$this->data = Array();
|
||||
while($this->db->next_record())
|
||||
|
Loading…
Reference in New Issue
Block a user