mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
GNU Patch #336
This commit is contained in:
parent
34848f8414
commit
3520aa9eff
@ -92,7 +92,7 @@
|
||||
|
||||
if (is_array($_only_show))
|
||||
{
|
||||
$only_show_filter = ' and ' . implode(' or ',$_only_show);
|
||||
$only_show_filter = ' and (' . implode(' or ',$_only_show) . ')';
|
||||
}
|
||||
|
||||
$this->db->query("select * from phpgw_history_log where history_appname='"
|
||||
|
Loading…
Reference in New Issue
Block a user