This commit is contained in:
skeeter 2002-06-09 01:30:55 +00:00
parent 34848f8414
commit 3520aa9eff

View File

@ -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='"