mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
fix for bug reported by Oscar on the list: category query of categories::return_array ended with AND
This commit is contained in:
parent
9680c1e76b
commit
bd325a811f
@ -148,7 +148,7 @@
|
||||
$global_cats = " OR cat_appname='phpgw'";
|
||||
}
|
||||
|
||||
$filter = ' AND ' . $this->filter($type);
|
||||
if (($filter = $this->filter($type))) $filter = ' AND '.$filter;
|
||||
|
||||
if (!$sort) $sort = 'ASC';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user