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.2,1.42.2.5.2.3 class.soprojects.inc.php,1.34.2.6.2.2,1.34.2.6.2.3
Date: Sat, 03 May 2003 16:59:46 -0400

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

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

Index: class.boprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.boprojects.inc.php,v
retrieving revision 1.42.2.5.2.2
retrieving revision 1.42.2.5.2.3
diff -C2 -r1.42.2.5.2.2 -r1.42.2.5.2.3
*** class.boprojects.inc.php    3 May 2003 00:56:43 -0000       1.42.2.5.2.2
--- class.boprojects.inc.php    3 May 2003 20:59:44 -0000       1.42.2.5.2.3
***************
*** 87,91 ****
                        $status = get_var('status',array('POST','GET'));
  
!                       if(isset($start)) { $this->start = $start; }
                        if(isset($query)) { $this->query = $query; }
                        if(!empty($filter)) { $this->filter = $filter; }
--- 87,96 ----
                        $status = get_var('status',array('POST','GET'));
  
!                       if(!empty($start) || ($start == '0') || ($start == 0))
!                       {
!                               if($this->debug) { echo '<br>overriding $start: 
"' . $this->start . '" now "' . $_start . '"'; }
!                               $this->start = $start;
!                       }
! 
                        if(isset($query)) { $this->query = $query; }
                        if(!empty($filter)) { $this->filter = $filter; }

Index: class.soprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.soprojects.inc.php,v
retrieving revision 1.34.2.6.2.2
retrieving revision 1.34.2.6.2.3
diff -C2 -r1.34.2.6.2.2 -r1.34.2.6.2.3
*** class.soprojects.inc.php    3 May 2003 00:56:43 -0000       1.34.2.6.2.2
--- class.soprojects.inc.php    3 May 2003 20:59:44 -0000       1.34.2.6.2.3
***************
*** 273,277 ****
                                        {
                                                $this->db->query('insert into 
phpgw_p_projectactivities (project_id,activity_id,billable) values (' . $p_id . 
','
!                                                                               
. $activ[1] . "','Y')",__LINE__,__FILE__);
                                        }
                                }
--- 273,277 ----
                                        {
                                                $this->db->query('insert into 
phpgw_p_projectactivities (project_id,activity_id,billable) values (' . $p_id . 
','
!                                                                               
. $activ[1] . ",'Y')",__LINE__,__FILE__);
                                        }
                                }





reply via email to

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