phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/inc class.sodeliveries.inc.php, 1.21, 1.22 c


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] projects/inc class.sodeliveries.inc.php, 1.21, 1.22 class.soprojects.inc.php, 1.51, 1.52
Date: Fri, 28 Nov 2003 23:53:53 +0000

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

Modified Files:
        class.sodeliveries.inc.php class.soprojects.inc.php 
Log Message:
update

Index: class.sodeliveries.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.sodeliveries.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** class.sodeliveries.inc.php  14 Nov 2003 13:04:03 -0000      1.21
--- class.sodeliveries.inc.php  28 Nov 2003 23:53:50 -0000      1.22
***************
*** 35,38 ****
--- 35,39 ----
                        $this->db                       = $GLOBALS['phpgw']->db;
                        $this->db2                      = $this->db;
+                       $this->account          = 
$GLOBALS['phpgw_info']['user']['account_id'];
                }
  

Index: class.soprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.soprojects.inc.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** class.soprojects.inc.php    27 Nov 2003 18:41:55 -0000      1.51
--- class.soprojects.inc.php    28 Nov 2003 23:53:50 -0000      1.52
***************
*** 717,721 ****
                                }
                                $hours_act .= '>' . 
$GLOBALS['phpgw']->strip_html($this->db->f('descr')) . ' ['
!                                                                       . 
$GLOBALS['phpgw']->strip_html($this->db->f('p_number')) . ']';
  
                                if($this->db->f('billable') == 'Y')
--- 717,721 ----
                                }
                                $hours_act .= '>' . 
$GLOBALS['phpgw']->strip_html($this->db->f('descr')) . ' ['
!                                                                       . 
$GLOBALS['phpgw']->strip_html($this->db->f('a_number')) . ']';
  
                                if($this->db->f('billable') == 'Y')





reply via email to

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