mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
* PostgreSQL: fix SQL error viewing history of an entry containing attachments
This commit is contained in:
parent
dfc9957176
commit
6cf72321ce
@ -235,7 +235,7 @@ class historylog
|
|||||||
{
|
{
|
||||||
$_query[] = array(
|
$_query[] = array(
|
||||||
'table' => sqlfs_stream_wrapper::TABLE,
|
'table' => sqlfs_stream_wrapper::TABLE,
|
||||||
'cols' =>array('fs_id', 'fs_dir', '"filemanager"','COALESCE(fs_modifier,fs_creator)','"~file~"','fs_name','fs_modified', 'fs_mime'),
|
'cols' =>array('fs_id', 'fs_dir', "'filemanager'",'COALESCE(fs_modifier,fs_creator)',"'~file~'",'fs_name','fs_modified', 'fs_mime'),
|
||||||
'where' => array('fs_dir' => $file['ino'])
|
'where' => array('fs_dir' => $file['ino'])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user