forked from extern/egroupware
* InfoLog/PostgreSQL: fix SQL error "column egw_infolog_users.info_res_id must appear ..."
This commit is contained in:
parent
18b21c0aef
commit
9439e4aa0c
@ -416,7 +416,7 @@ class infolog_so
|
|||||||
|
|
||||||
if (!$where ||
|
if (!$where ||
|
||||||
!($this->data = $this->db->select($this->info_table,
|
!($this->data = $this->db->select($this->info_table,
|
||||||
'*,'.$this->db->group_concat('account_id').' AS info_responsible,'.
|
$this->info_table.'.*,'.$this->db->group_concat('account_id').' AS info_responsible,'.
|
||||||
$this->db->group_concat('info_res_attendee').' AS info_cc,'.
|
$this->db->group_concat('info_res_attendee').' AS info_cc,'.
|
||||||
$this->info_table.'.info_id AS info_id',
|
$this->info_table.'.info_id AS info_id',
|
||||||
$where, __LINE__, __FILE__, false, "GROUP BY $this->info_table.info_id", 'infolog', 1,
|
$where, __LINE__, __FILE__, false, "GROUP BY $this->info_table.info_id", 'infolog', 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user