phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/viewticket_details.php, 1.47


From: nomail
Subject: [Phpgroupware-cvs] tts/viewticket_details.php, 1.47
Date: Wed, 15 Dec 2004 14:57:00 +0100

Update of /tts
Modified Files:
        Branch: 
          viewticket_details.php

date: 2004/12/15 13:57:00;  author: fipsfuchs;  state: Exp;  lines: +6 -1

Log Message:
categories in history log fixed
=====================================================================
Index: tts/viewticket_details.php
diff -u tts/viewticket_details.php:1.46 tts/viewticket_details.php:1.47
--- tts/viewticket_details.php:1.46     Tue Dec 14 20:05:16 2004
+++ tts/viewticket_details.php  Wed Dec 15 13:57:00 2004
@@ -305,6 +305,11 @@
                                
$GLOBALS['phpgw']->template->set_var('value_new_value',$GLOBALS['phpgw']->categories->id2name($value['new_value']));
                                
$GLOBALS['phpgw']->template->set_var('value_old_value',$GLOBALS['phpgw']->categories->id2name($value['old_value']));
                        }
+                       elseif($value['status'] == 'L')
+                       {
+                               
$GLOBALS['phpgw']->template->set_var('value_new_value',$GLOBALS['phpgw']->categories->id2name($value['new_value']));
+                               
$GLOBALS['phpgw']->template->set_var('value_old_value',$GLOBALS['phpgw']->categories->id2name($value['old_value']));
+                       }
                        elseif($value['status'] == 'G')
                        {
                                $s = 
$GLOBALS['phpgw']->accounts->id2name($value['new_value']);




reply via email to

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