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.4,1.5


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

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

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.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.Categories_SO.inc.php 2 Sep 2002 22:14:47 -0000       1.4
--- class.Categories_SO.inc.php 2 Sep 2002 22:37:34 -0000       1.5
***************
*** 16,24 ****
                        }
  
!                       $cats = 
$this->cats->return_array('all','',False,'','cat_data','',False, $parent);
  
                        while (is_array($cats) && list(,$subs) = each($cats))
                        {
!                               $subs_id_list[] = $subs['cat_id'];
                        }
                        return $subs_id_list;
--- 16,24 ----
                        }
  
!                       $cats = 
$this->cats->return_array('all','',False,'','','cat_data',False, $parent);
  
                        while (is_array($cats) && list(,$subs) = each($cats))
                        {
!                               $subs_id_list[] = $subs['id'];
                        }
                        return $subs_id_list;
***************
*** 27,35 ****
                function getFullCategoryIDList()
                {
!                       $cats = 
$this->cats->return_array('all','',False,'','cat_data','',False);
  
                        while (is_array($cats) && list(,$cat) = each($cats))
                        {
!                               $cat_id_list[] = $cat['cat_id'];
                        }
                        return $cat_id_list;
--- 27,35 ----
                function getFullCategoryIDList()
                {
!                       $cats = 
$this->cats->return_array('all','',False,'','','cat_data',False);
  
                        while (is_array($cats) && list(,$cat) = each($cats))
                        {
!                               $cat_id_list[] = $cat['id'];
                        }
                        return $cat_id_list;





reply via email to

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