phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.uiprojecthours.inc.php,1.22.


From: Chris Weiss <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.uiprojecthours.inc.php,1.22.2.4,1.22.2.5
Date: Wed, 19 Mar 2003 19:05:06 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiprojecthours.inc.php 
Log Message:
Fix formting in hours_view


Index: class.uiprojecthours.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojecthours.inc.php,v
retrieving revision 1.22.2.4
retrieving revision 1.22.2.5
diff -C2 -r1.22.2.4 -r1.22.2.5
*** class.uiprojecthours.inc.php        1 Feb 2002 02:33:28 -0000       1.22.2.4
--- class.uiprojecthours.inc.php        20 Mar 2003 00:05:04 -0000      1.22.2.5
***************
*** 543,547 ****
                        $this->t->set_var('emin',$edate['min']);
  
!                       $this->t->set_var('remark',$values['remark']);
                        $this->t->set_var('hours_descr',$values['hours_descr']);
  
--- 543,547 ----
                        $this->t->set_var('emin',$edate['min']);
  
!                       $this->t->set_var('remark',nl2br($values['remark']));
                        $this->t->set_var('hours_descr',$values['hours_descr']);
  
***************
*** 690,694 ****
  
  
!                       
$this->t->set_var('remark',$GLOBALS['phpgw']->strip_html($values['remark']));
                        
$this->t->set_var('hours_descr',$GLOBALS['phpgw']->strip_html($values['hours_descr']));
  
--- 690,694 ----
  
  
!                       
$this->t->set_var('remark',nl2br($GLOBALS['phpgw']->strip_html($values['remark'])));
                        
$this->t->set_var('hours_descr',$GLOBALS['phpgw']->strip_html($values['hours_descr']));
  
***************
*** 774,778 ****
                        $this->t->set_var('etime',$edate['time']);
  
!                       
$this->t->set_var('remark',$GLOBALS['phpgw']->strip_html($values['remark']));
                        
$this->t->set_var('hours_descr',$GLOBALS['phpgw']->strip_html($values['hours_descr']));
  
--- 774,778 ----
                        $this->t->set_var('etime',$edate['time']);
  
!                       
$this->t->set_var('remark',nl2br($GLOBALS['phpgw']->strip_html($values['remark'])));
                        
$this->t->set_var('hours_descr',$GLOBALS['phpgw']->strip_html($values['hours_descr']));
  





reply via email to

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