mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Use creator if file modifier is null
This commit is contained in:
parent
8e7425621f
commit
417c1aa27f
@ -217,7 +217,7 @@ class historylog
|
|||||||
{
|
{
|
||||||
$_query[] = array(
|
$_query[] = array(
|
||||||
'table' => sqlfs_stream_wrapper::TABLE,
|
'table' => sqlfs_stream_wrapper::TABLE,
|
||||||
'cols' =>array('fs_id', 'fs_dir', '"filemanager"','fs_modifier','"~file~"','fs_name','fs_modified', '""'),
|
'cols' =>array('fs_id', 'fs_dir', '"filemanager"','COALESCE(fs_modifier,fs_creator)','"~file~"','fs_name','fs_modified', '""'),
|
||||||
'where' => array('fs_dir' => $file['ino'])
|
'where' => array('fs_dir' => $file['ino'])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user