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.8,1.9


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_SO.inc.php,1.8,1.9
Date: Sat, 14 Sep 2002 03:24:51 -0400

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

Modified Files:
        class.Categories_SO.inc.php 
Log Message:
Fixed up table of contents and index


Index: class.Categories_SO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Categories_SO.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.Categories_SO.inc.php 5 Sep 2002 09:06:03 -0000       1.8
--- class.Categories_SO.inc.php 14 Sep 2002 07:24:49 -0000      1.9
***************
*** 17,25 ****
                        else
                        {
!                               $cats = 
$this->cats->return_array('mains','',False,'','','cat_data',False, $parent);
                        }
                        while (is_array($cats) && list(,$subs) = each($cats))
                        {
!                               if ($cats['parent']==$parent)
                                {
                                        $subs_id_list[] = $subs['id'];
--- 17,25 ----
                        else
                        {
!                               $cats = 
$this->cats->return_array('mains','',False,'','','cat_data',False, 0);
                        }
                        while (is_array($cats) && list(,$subs) = each($cats))
                        {
!                               if ($subs['parent']==$parent)
                                {
                                        $subs_id_list[] = $subs['id'];





reply via email to

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