phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_SO.inc.php,1.3,1.4


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_SO.inc.php,1.3,1.4
Date: Mon, 02 Sep 2002 18:14:50 -0400

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv1856

Modified Files:
        class.Categories_SO.inc.php 
Log Message:
update cats to use class.categories

Index: class.Categories_SO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Categories_SO.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.Categories_SO.inc.php 2 Sep 2002 22:02:04 -0000       1.3
--- class.Categories_SO.inc.php 2 Sep 2002 22:14:47 -0000       1.4
***************
*** 16,20 ****
                        }
  
!                       $cats = 
$this->cats->return_array('all','',False,'','cat_data','',False, $parent)
  
                        while (is_array($cats) && list(,$subs) = each($cats))
--- 16,20 ----
                        }
  
!                       $cats = 
$this->cats->return_array('all','',False,'','cat_data','',False, $parent);
  
                        while (is_array($cats) && list(,$subs) = each($cats))
***************
*** 27,31 ****
                function getFullCategoryIDList()
                {
!                       $cats = 
$this->cats->return_array('all','',False,'','cat_data','',False)
  
                        while (is_array($cats) && list(,$cat) = each($cats))
--- 27,31 ----
                function getFullCategoryIDList()
                {
!                       $cats = 
$this->cats->return_array('all','',False,'','cat_data','',False);
  
                        while (is_array($cats) && list(,$cat) = each($cats))





reply via email to

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