mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
* InfoLog/PostgreSQL: fix SQL error "column egw_infolog_users.info_res_id must appear ..."
This commit is contained in:
parent
ced6c63ddd
commit
500674bf3a
@ -416,7 +416,7 @@ class infolog_so
|
||||
|
||||
if (!$where ||
|
||||
!($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->info_table.'.info_id AS info_id',
|
||||
$where, __LINE__, __FILE__, false, "GROUP BY $this->info_table.info_id", 'infolog', 1,
|
||||
|
Loading…
Reference in New Issue
Block a user