mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +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(
|
||||
'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'])
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user