phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: tts viewticket_details.php,1.42.2.5,1.42.2.6


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts viewticket_details.php,1.42.2.5,1.42.2.6
Date: Sat, 08 Jun 2002 21:44:06 -0400

Update of /cvsroot/phpgroupware/tts
In directory subversions:/tmp/cvs-serv29432/tts

Modified Files:
      Tag: Version-0_9_14-branch
        viewticket_details.php 
Log Message:
GNU Patch #320

Index: viewticket_details.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/viewticket_details.php,v
retrieving revision 1.42.2.5
retrieving revision 1.42.2.6
diff -C2 -r1.42.2.5 -r1.42.2.6
*** viewticket_details.php      17 May 2002 12:59:17 -0000      1.42.2.5
--- viewticket_details.php      9 Jun 2002 01:44:03 -0000       1.42.2.6
***************
*** 261,265 ****
                                
$GLOBALS['phpgw']->template->set_var('value_new_value',$s);
  
!                               
$GLOBALS['phpgw']->accounts->id2name($value['old_value']);
                                $s = ($s ? $s : '--');
                                
$GLOBALS['phpgw']->template->set_var('value_old_value',$s);
--- 261,265 ----
                                
$GLOBALS['phpgw']->template->set_var('value_new_value',$s);
  
!                               $s = 
$GLOBALS['phpgw']->accounts->id2name($value['old_value']);
                                $s = ($s ? $s : '--');
                                
$GLOBALS['phpgw']->template->set_var('value_old_value',$s);




reply via email to

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