mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
GNU Patch #373.
This commit is contained in:
parent
9155ecf159
commit
297a820544
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user