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.3, 1.13.2.4
Date: Thu, 14 Aug 2003 22:34:29 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.Categories_SO.inc.php 
Log Message:
sort ascending, not desscending (since sort_order is stored in the API 
categories cat_data field, this is not a numerical sort at the moment, 
sort_order could better be stored as a numerical field in the 
phpgw_sitemgr_categories_state table).


Index: class.Categories_SO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Categories_SO.inc.php,v
retrieving revision 1.13.2.3
retrieving revision 1.13.2.4
diff -C2 -r1.13.2.3 -r1.13.2.4
*** class.Categories_SO.inc.php 15 Aug 2003 02:19:53 -0000      1.13.2.3
--- class.Categories_SO.inc.php 15 Aug 2003 02:34:27 -0000      1.13.2.4
***************
*** 26,30 ****
                function getChildrenIDList($parent)
                {
!                       $cats = 
$this->cats->return_array('all','',False,'','DESC','cat_data',False,$parent,-1,'id');
                        $result = array();
  
--- 26,30 ----
                function getChildrenIDList($parent)
                {
!                       $cats = 
$this->cats->return_array('all','',False,'','','cat_data',False,$parent,-1,'id');
                        $result = array();
  





reply via email to

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