phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/inc/class.bo.inc.php, 1.6


From: nomail
Subject: [Phpgroupware-cvs] tts/inc/class.bo.inc.php, 1.6
Date: Mon, 11 Oct 2004 11:43:14 +0200

Update of /tts/inc
Modified Files:
        Branch: 
          class.bo.inc.php

date: 2004/10/11 09:43:14;  author: fipsfuchs;  state: Exp;  lines: +3 -3

Log Message:
replaced with 0.9.16 branche
=====================================================================
Index: tts/inc/class.bo.inc.php
diff -u tts/inc/class.bo.inc.php:1.5 tts/inc/class.bo.inc.php:1.6
--- tts/inc/class.bo.inc.php:1.5        Sun Jun 23 01:08:13 2002
+++ tts/inc/class.bo.inc.php    Mon Oct 11 09:43:14 2004
@@ -428,9 +428,9 @@
                                $body .= 'TTS #'.$ticket_id."\n\n";
                                $body .= 'Subject: 
'.$this->db->f('t_subject')."\n\n";
                                $body .= 'Assigned To: 
'.$this->db->f('t_assignedto')."\n\n";
-                               $body .= 'Priority: 
".$this->db->f('t_priority')."\n\n";
-                               $body .= 'Group: ".$group."\n\n";
-                               $body .= 'Opened By: 
".$this->db->f('t_user')."\n";
+                               $body .= 'Priority: ' . 
$this->db->f('t_priority') . "\n\n";
+                               $body .= 'Group: ' . $group."\n\n";
+                               $body .= 'Opened By: ' . 
$this->db->f('t_user')."\n";
                                $body .= 'Date Opened: 
'.$GLOBALS['phpgw']->common->show_date($this->db->f('t_timestamp_opened'))."\n\n";
                                if($this->db->f('t_timestamp_closed'))
                                {




reply via email to

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