phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.soprojects.inc.php, 1.34.2.6.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.soprojects.inc.php, 1.34.2.6.2.23, 1.34.2.6.2.24
Date: Sat, 26 Jul 2003 19:14:34 -0400

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv11498/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.soprojects.inc.php 
Log Message:
update

Index: class.soprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.soprojects.inc.php,v
retrieving revision 1.34.2.6.2.23
retrieving revision 1.34.2.6.2.24
diff -C2 -r1.34.2.6.2.23 -r1.34.2.6.2.24
*** class.soprojects.inc.php    26 Jul 2003 22:31:25 -0000      1.34.2.6.2.23
--- class.soprojects.inc.php    26 Jul 2003 23:14:32 -0000      1.34.2.6.2.24
***************
*** 189,193 ****
  
                        $this->db2->query($sql . 
$parent_select,__LINE__,__FILE__);
!                       $this->total_records = $this->db2->num_rows();
  
                        if ($limit)
--- 189,193 ----
  
                        $this->db2->query($sql . 
$parent_select,__LINE__,__FILE__);
!                       $total = $this->db2->num_rows();
  
                        if ($limit)
***************
*** 210,214 ****
  
                                        $this->db->query($sql . $sub_select . 
$ordermethod,__LINE__,__FILE__);
! 
                                        $subpro = $this->db2projects();
  
--- 210,214 ----
  
                                        $this->db->query($sql . $sub_select . 
$ordermethod,__LINE__,__FILE__);
!                                       $total += $this->db->num_rows();
                                        $subpro = $this->db2projects();
  
***************
*** 234,237 ****
--- 234,239 ----
                                }
                        }
+ 
+                       $this->total_records = $total;
                        return $pro;
                }





reply via email to

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