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.2,1.42.2.3


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts viewticket_details.php,1.42.2.2,1.42.2.3
Date: Fri, 25 Jan 2002 18:48:19 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        viewticket_details.php 
Log Message:
Re-enabled error message when tring to close a ticket you don't have access to.


Index: viewticket_details.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/viewticket_details.php,v
retrieving revision 1.42.2.2
retrieving revision 1.42.2.3
diff -C2 -r1.42.2.2 -r1.42.2.3
*** viewticket_details.php      25 Jan 2002 22:00:52 -0000      1.42.2.2
--- viewticket_details.php      25 Jan 2002 23:48:16 -0000      1.42.2.3
***************
*** 396,400 ****
                        else
                        {
!                               
$GLOBALS['phpgw']->session->appsession('messages','tts',lang('You can only 
close a ticket if it is assigned to you.'));
                        }
                }
--- 396,401 ----
                        else
                        {
!                               $messages .= '<br>You can only close a ticket 
if it is assigned to you.';
!                               
$GLOBALS['phpgw']->session->appsession('messages','tts',lang($messages));
                        }
                }




reply via email to

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