This commit is contained in:
skeeter 2002-06-29 12:24:11 +00:00
parent 9155ecf159
commit 297a820544

View File

@ -118,7 +118,7 @@
{ {
if ($public) if ($public)
{ {
$public_cats = " OR cat_appname='phpgw'"; $public_cats = " OR cat_appname='phpgw' OR (cat_access='public' AND cat_appname='".$this->app_name."')";
} }
$filter = $this->filter($type); $filter = $this->filter($type);
@ -206,7 +206,7 @@
{ {
if ($public) if ($public)
{ {
$public_cats = " OR cat_appname='phpgw'"; $public_cats = " OR cat_appname='phpgw' OR (cat_access='public' AND cat_appname='".$this->app_name."')";
} }
if (!$sort) if (!$sort)