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.5,1.37.2.6


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts/inc functions.inc.php,1.37.2.5,1.37.2.6
Date: Mon, 13 May 2002 19:16:21 -0400

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

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

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/functions.inc.php,v
retrieving revision 1.37.2.5
retrieving revision 1.37.2.6
diff -C2 -r1.37.2.5 -r1.37.2.6
*** functions.inc.php   13 May 2002 23:11:58 -0000      1.37.2.5
--- functions.inc.php   13 May 2002 23:16:17 -0000      1.37.2.6
***************
*** 42,46 ****
                        $t_subject = $GLOBALS['phpgw']->db->f('ticket_subject');
                        $t_assigned = 
$GLOBALS['phpgw']->db->f('ticket_assignedto');
!                       $t_assigned_name = 
$GLOBALS['phpgw']->accounts->id2name($t_assignedto);
                        $t_owner_name = 
$GLOBALS['phpgw']->accounts->id2name($GLOBALS['phpgw']->db->f('ticket_owner'));
                        
--- 42,46 ----
                        $t_subject = $GLOBALS['phpgw']->db->f('ticket_subject');
                        $t_assigned = 
$GLOBALS['phpgw']->db->f('ticket_assignedto');
!                       $t_assigned_name = 
$GLOBALS['phpgw']->accounts->id2name($t_assigned);
                        $t_owner_name = 
$GLOBALS['phpgw']->accounts->id2name($GLOBALS['phpgw']->db->f('ticket_owner'));
                        
***************
*** 93,97 ****
                        
                        
! $GLOBALS['phpgw']->config->config_data['groupnotification']=True;
                        // do we need to email all the users in the group 
assigned to this ticket?
                        if 
($GLOBALS['phpgw']->config->config_data['groupnotification']) 
--- 93,97 ----
                        
                        
!                       
$GLOBALS['phpgw']->config->config_data['groupnotification']=True;
                        // do we need to email all the users in the group 
assigned to this ticket?
                        if 
($GLOBALS['phpgw']->config->config_data['groupnotification']) 




reply via email to

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