forked from extern/egroupware
GNU Patch #336
This commit is contained in:
parent
34848f8414
commit
3520aa9eff
@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
if (is_array($_only_show))
|
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='"
|
$this->db->query("select * from phpgw_history_log where history_appname='"
|
||||||
|
Loading…
Reference in New Issue
Block a user