phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.42.2.5.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.42.2.5.2.3,1.42.2.5.2.4 class.soprojects.inc.php,1.34.2.6.2.3,1.34.2.6.2.4 class.uiprojects.inc.php,1.47.2.7.2.3,1.47.2.7.2.4
Date: Sat, 03 May 2003 19:25:42 -0400

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

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

Index: class.boprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.boprojects.inc.php,v
retrieving revision 1.42.2.5.2.3
retrieving revision 1.42.2.5.2.4
diff -C2 -r1.42.2.5.2.3 -r1.42.2.5.2.4
*** class.boprojects.inc.php    3 May 2003 20:59:44 -0000       1.42.2.5.2.3
--- class.boprojects.inc.php    3 May 2003 23:25:39 -0000       1.42.2.5.2.4
***************
*** 89,93 ****
                        if(!empty($start) || ($start == '0') || ($start == 0))
                        {
!                               if($this->debug) { echo '<br>overriding $start: 
"' . $this->start . '" now "' . $_start . '"'; }
                                $this->start = $start;
                        }
--- 89,93 ----
                        if(!empty($start) || ($start == '0') || ($start == 0))
                        {
!                               if($this->debug) { echo '<br>overriding $start: 
"' . $this->start . '" now "' . $start . '"'; }
                                $this->start = $start;
                        }

Index: class.soprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.soprojects.inc.php,v
retrieving revision 1.34.2.6.2.3
retrieving revision 1.34.2.6.2.4
diff -C2 -r1.34.2.6.2.3 -r1.34.2.6.2.4
*** class.soprojects.inc.php    3 May 2003 20:59:44 -0000       1.34.2.6.2.3
--- class.soprojects.inc.php    3 May 2003 23:25:39 -0000       1.34.2.6.2.4
***************
*** 7,11 ****
        * Written by Bettina Gille address@hidden                   *
        * -----------------------------------------------                   *
!       * Copyright (C) 2000,2001,2002 Bettina Gille                        *
        *                                                                   *
        * This program is free software; you can redistribute it and/or     *
--- 7,11 ----
        * Written by Bettina Gille address@hidden                   *
        * -----------------------------------------------                   *
!       * Copyright (C) 2000 - 2003 Bettina Gille                           *
        *                                                                   *
        * This program is free software; you can redistribute it and/or     *
***************
*** 62,66 ****
                }
  
!               function read_projects($start, $limit = True, $query = '', 
$filter = '', $sort = '', $order = '', $status = '', $cat_id = '', $type = 
'mains', $pro_parent = '')
                {
                        $start          = intval($start);
--- 62,66 ----
                }
  
!               function read_projects($start = '', $limit = True, $query = '', 
$filter = '', $sort = '', $order = '', $status = '', $cat_id = '', $type = 
'mains', $pro_parent = '')
                {
                        $start          = intval($start);
***************
*** 151,154 ****
--- 151,157 ----
                        $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)
                        {
***************
*** 159,164 ****
                                $this->db->query($sql . 
$ordermethod,__LINE__,__FILE__);
                        }
- 
-                       $this->total_records = $this->db->num_rows();
  
                        $i = 0;
--- 162,165 ----

Index: class.uiprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojects.inc.php,v
retrieving revision 1.47.2.7.2.3
retrieving revision 1.47.2.7.2.4
diff -C2 -r1.47.2.7.2.3 -r1.47.2.7.2.4
*** class.uiprojects.inc.php    3 May 2003 00:56:43 -0000       1.47.2.7.2.3
--- class.uiprojects.inc.php    3 May 2003 23:25:39 -0000       1.47.2.7.2.4
***************
*** 215,223 ****
                        );
  
-                       if (!$this->start)
-                       {
-                               $this->start = 0;
-                       }
- 
                        if (! $this->status)
                        {
--- 215,218 ----





reply via email to

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