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.13.2.


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_SO.inc.php,1.13.2.1,1.13.2.2
Date: Mon, 23 Jun 2003 19:04:01 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.Categories_SO.inc.php 
Log Message:
make use of column argument to the return_array function


Index: class.Categories_SO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Categories_SO.inc.php,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C2 -r1.13.2.1 -r1.13.2.2
*** class.Categories_SO.inc.php 23 Jun 2003 20:31:20 -0000      1.13.2.1
--- class.Categories_SO.inc.php 23 Jun 2003 23:03:58 -0000      1.13.2.2
***************
*** 26,31 ****
                function getChildrenIDList($parent)
                {
!                       //TODO add a return_id_array function to the API 
category class
!                       $cats = 
$this->cats->return_array('all','',False,'','','',False,$parent);
                        $result = array();
  
--- 26,30 ----
                function getChildrenIDList($parent)
                {
!                       $cats = 
$this->cats->return_array('all','',False,'','','',False,$parent,-1,'id');
                        $result = array();
  





reply via email to

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