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,1.34.2.7
Date: Thu, 03 Jul 2003 09:02:10 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.soprojects.inc.php 
Log Message:
fix for bug #4100

Index: class.soprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.soprojects.inc.php,v
retrieving revision 1.34.2.6
retrieving revision 1.34.2.7
diff -C2 -r1.34.2.6 -r1.34.2.7
*** class.soprojects.inc.php    18 Aug 2002 21:47:21 -0000      1.34.2.6
--- class.soprojects.inc.php    3 Jul 2003 13:02:08 -0000       1.34.2.7
***************
*** 146,149 ****
--- 146,152 ----
                        $sql = "SELECT * from phpgw_p_projects WHERE 
$filtermethod $statussort $querymethod";
  
+                       $this->db2->query($sql,__LINE__,__FILE__);
+                       $this->total_records = $this->db2->num_rows();
+ 
                        if ($limit)
                        {
***************
*** 154,159 ****
                                $this->db->query($sql . 
$ordermethod,__LINE__,__FILE__);
                        }
- 
-                       $this->total_records = $this->db->num_rows();
  
                        $i = 0;
--- 157,160 ----





reply via email to

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