[Rt-commit] r10780 - rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Fri Feb 8 23:46:00 EST 2008
Author: ruz
Date: Fri Feb 8 23:45:53 2008
New Revision: 10780
Modified:
rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements/ShowTransaction
Log:
* delete unused variables
Modified: rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements/ShowTransaction
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements/ShowTransaction (original)
+++ rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements/ShowTransaction Fri Feb 8 23:45:53 2008
@@ -158,12 +158,7 @@
}
my $titlebar_commands = ' ';
-my @DisplayHeaders=qw ( _all);
-
if ( $type =~ /EmailRecord$/ ) {
- @DisplayHeaders = qw(To Cc Bcc);
-
- my $aid =
$titlebar_commands .=
"[<a target=\"_blank\" href=\"$EmailRecordPath?id="
@@ -180,10 +175,6 @@
# If the transaction has anything attached to it at all
else {
- unless ( $ShowHeaders ) {
- @DisplayHeaders = qw(To From RT-Send-Cc Cc Bcc Date Subject);
- }
-
if ( $Attachments->[0] && $ShowTitleBarCommands ) {
my $ticket = $Transaction->TicketObj;
my $can_modify = $ticket->CurrentUserHasRight('ModifyTicket');
More information about the Rt-commit
mailing list