forked from extern/egroupware
fixed bug reported by Lutz on the german list (missing AND before filter in return_array)
This commit is contained in:
parent
ffd9fec8c8
commit
a0beab57d4
@ -148,7 +148,7 @@
|
|||||||
$global_cats = " OR cat_appname='phpgw'";
|
$global_cats = " OR cat_appname='phpgw'";
|
||||||
}
|
}
|
||||||
|
|
||||||
$filter = $this->filter($type);
|
$filter = ' AND ' . $this->filter($type);
|
||||||
|
|
||||||
if (!$sort) $sort = 'ASC';
|
if (!$sort) $sort = 'ASC';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user