[Rt-commit] r8443 - in rt/branches/3.6-RELEASE: .

falcone at bestpractical.com falcone at bestpractical.com
Wed Aug 8 09:19:21 EDT 2007


Author: falcone
Date: Wed Aug  8 09:19:21 2007
New Revision: 8443

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction

Log:
 r23542 at ketch:  falcone | 2007-08-08 09:18:04 -0400
 * remove $aid var that never gets used.


Modified: rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction
==============================================================================
--- rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction	(original)
+++ rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction	Wed Aug  8 09:19:21 2007
@@ -148,8 +148,6 @@
 if ( $Transaction->Type =~ /EmailRecord$/ ) {
     @DisplayHeaders = qw(To Cc Bcc);
 
-    my $aid = 
-
     $titlebar_commands .=
         "[<a target=\"_blank\" href=\"$EmailRecordPath?id="
       . $Transaction->Ticket


More information about the Rt-commit mailing list