phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.100,1.10


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.100,1.101
Date: Tue, 15 Oct 2002 17:41:00 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv27840

Modified Files:
        class.categories.inc.php 
Log Message:
fix for subs not showing

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -r1.100 -r1.101
*** class.categories.inc.php    15 Oct 2002 00:12:39 -0000      1.100
--- class.categories.inc.php    15 Oct 2002 21:40:58 -0000      1.101
***************
*** 294,305 ****
                                $total_subs += $this->db2->num_rows();
  
!                               if ($limit)
                                {
                                        $this->db->limit_query($sql . 
$sub_select . $ordermethod,$start,__LINE__,__FILE__);
                                }
                                else
!                               {
                                        $this->db->query($sql . $sub_select . 
$ordermethod,__LINE__,__FILE__);
!                               }
  
                                $subcats = $this->db2cats();
--- 294,305 ----
                                $total_subs += $this->db2->num_rows();
  
!                               /*if ($limit)
                                {
                                        $this->db->limit_query($sql . 
$sub_select . $ordermethod,$start,__LINE__,__FILE__);
                                }
                                else
!                               {*/
                                        $this->db->query($sql . $sub_select . 
$ordermethod,__LINE__,__FILE__);
!                               //}
  
                                $subcats = $this->db2cats();





reply via email to

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