[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.6-92-g06bb6f5
Ruslan Zakirov
ruz at bestpractical.com
Tue Nov 17 09:45:22 EST 2009
The branch, 3.8-trunk has been updated
via 06bb6f547b1c7c804b6e8f09482ad6af6e402887 (commit)
from 06aa3d20454ace068a65661d11681187fa484354 (commit)
Summary of changes:
share/html/Ticket/Elements/FindAttachments | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 06bb6f547b1c7c804b6e8f09482ad6af6e402887
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Tue Nov 17 17:44:50 2009 +0300
sort of typo, ContentType was passed twice
diff --git a/share/html/Ticket/Elements/FindAttachments b/share/html/Ticket/Elements/FindAttachments
index 6fa8784..1ce75fd 100644
--- a/share/html/Ticket/Elements/FindAttachments
+++ b/share/html/Ticket/Elements/FindAttachments
@@ -55,7 +55,7 @@ my %documents;
# code that looks at attachments will look at each one in turn.
my $attachments = RT::Attachments->new( $session{'CurrentUser'} );
-$attachments->Columns( qw( Id Filename ContentType Headers Subject Parent ContentEncoding ContentType TransactionId Created));
+$attachments->Columns( qw( Id Filename Headers Subject Parent ContentEncoding ContentType TransactionId Created));
my $transactions = $attachments->NewAlias('Transactions');
$attachments->Join( ALIAS1 => 'main',
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list