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: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.soprojects.inc.php,1.34.2.6.2.15,1.34.2.6.2.16
Date: Sun, 15 Jun 2003 01:24:46 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.soprojects.inc.php 
Log Message:
fix typo which broke delete user

Index: class.soprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.soprojects.inc.php,v
retrieving revision 1.34.2.6.2.15
retrieving revision 1.34.2.6.2.16
diff -C2 -r1.34.2.6.2.15 -r1.34.2.6.2.16
*** class.soprojects.inc.php    14 Jun 2003 23:14:30 -0000      1.34.2.6.2.15
--- class.soprojects.inc.php    15 Jun 2003 05:24:43 -0000      1.34.2.6.2.16
***************
*** 1051,1055 ****
                        $this->db->query('UPDATE phpgw_p_hours set employee=' . 
$new . ' where employee=' . $old,__LINE__,__FILE__);
                        $this->db->query('UPDATE phpgw_p_projectmembers set 
account_id=' . $new . ' where (account_id=' . $old
!                                                       . "' AND 
type='aa')",__LINE__,__FILE__);
                }
  
--- 1051,1055 ----
                        $this->db->query('UPDATE phpgw_p_hours set employee=' . 
$new . ' where employee=' . $old,__LINE__,__FILE__);
                        $this->db->query('UPDATE phpgw_p_projectmembers set 
account_id=' . $new . ' where (account_id=' . $old
!                                                       . " AND 
type='aa')",__LINE__,__FILE__);
                }
  





reply via email to

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