phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.74.2.7,1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.74.2.7,1.74.2.8
Date: Sat, 29 Jun 2002 08:23:58 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv21303/phpgwapi/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.categories.inc.php 
Log Message:
GNU Patch #373.

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.74.2.7
retrieving revision 1.74.2.8
diff -C2 -r1.74.2.7 -r1.74.2.8
*** class.categories.inc.php    27 Apr 2002 22:14:23 -0000      1.74.2.7
--- class.categories.inc.php    29 Jun 2002 12:23:56 -0000      1.74.2.8
***************
*** 119,123 ****
                        if ($public)
                        {
!                               $public_cats = " OR cat_appname='phpgw'";
                        }
  
--- 119,123 ----
                        if ($public)
                        {
!                               $public_cats = " OR cat_appname='phpgw' OR 
(cat_access='public' AND cat_appname='".$this->app_name."')";
                        }
  
***************
*** 207,211 ****
                        if ($public)
                        {
!                               $public_cats = " OR cat_appname='phpgw'";
                        }
  
--- 207,211 ----
                        if ($public)
                        {
!                               $public_cats = " OR cat_appname='phpgw' OR 
(cat_access='public' AND cat_appname='".$this->app_name."')";
                        }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]