phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: tts/inc functions.inc.php,1.37.2.3,1.37.2.4


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts/inc functions.inc.php,1.37.2.3,1.37.2.4
Date: Mon, 22 Apr 2002 20:45:35 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
Fixes to GNU Patch #267.

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/functions.inc.php,v
retrieving revision 1.37.2.3
retrieving revision 1.37.2.4
diff -C2 -r1.37.2.3 -r1.37.2.4
*** functions.inc.php   21 Apr 2002 16:48:17 -0000      1.37.2.3
--- functions.inc.php   23 Apr 2002 00:45:32 -0000      1.37.2.4
***************
*** 46,50 ****
                        
                        // build subject
!                       $subject = '['.lang('Ticket'.' #'.$ticket_id.' 
'.$group_name.'] 
'.lang(($GLOBALS['phpgw']->db->f('ticket_status')!='X')?'Updated':'Closed').': 
'.$GLOBALS['phpgw']->db->f('ticket_subject');
  
                        // build body
--- 46,50 ----
                        
                        // build subject
!                       $subject = '['.lang('Ticket').' #'.$ticket_id.' 
'.$group_name.'] 
'.lang(($GLOBALS['phpgw']->db->f('ticket_status')!='X')?'Updated':'Closed').': 
'.$GLOBALS['phpgw']->db->f('ticket_subject');
  
                        // build body
***************
*** 78,82 ****
                        if (! count($history_array))
                        {
!                               $latest_note=lang('No notes for this 
ticket').".\n;
                        }
                        
--- 78,82 ----
                        if (! count($history_array))
                        {
!                               $latest_note=lang('No notes for this 
ticket')."\n";
                        }
                        
***************
*** 148,152 ****
                                        . "err_msg: 
'".htmlspecialchars($GLOBALS['phpgw']->send->err['msg'])."';<BR>\n"
                                        . "err_desc: 
'".$GLOBALS['phpgw']->err['desc']."'.<P>\n"
!                                       . 'To go back to the msg list, click <a 
href="'.$GLOBALS['phpgw']->link('/tts/index.php','cd=13').'">here</a>';
                                $GLOBALS['phpgw']->common->phpgw_exit();
                        }
--- 148,152 ----
                                        . "err_msg: 
'".htmlspecialchars($GLOBALS['phpgw']->send->err['msg'])."';<BR>\n"
                                        . "err_desc: 
'".$GLOBALS['phpgw']->err['desc']."'.<P>\n"
!                                       . lang('To go back to the msg list, 
click <a href= x >here</a>',$GLOBALS['phpgw']->link('/tts/index.php','cd=13'));
                                $GLOBALS['phpgw']->common->phpgw_exit();
                        }




reply via email to

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