[Rt-commit] r7331 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Thu Mar 22 21:40:14 EDT 2007
Author: ruz
Date: Thu Mar 22 21:40:13 2007
New Revision: 7331
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm
Log:
r4785 at cubic-pc: cubic | 2007-03-23 04:31:15 +0300
* typo
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm Thu Mar 22 21:40:13 2007
@@ -405,7 +405,7 @@
$attachments->Columns(qw(id Parent TransactionId Headers));
$attachments->Limit( FIELD => 'TransactionId', VALUE => $txn->id );
$attachments->Limit( FIELD => 'Parent', VALUE => 0 );
- $attachments->Limit( FIELD => 'Parent', OERATOR => 'IS', VALUE => 'NULL', QUOTEVALUE => 0 );
+ $attachments->Limit( FIELD => 'Parent', OPERATOR => 'IS', VALUE => 'NULL', QUOTEVALUE => 0 );
$attachments->OrderBy( FIELD => 'id', ORDER => 'ASC' );
my $tmp = $attachments->First;
if ( $tmp && $tmp->id ne $main_content->id ) {
More information about the Rt-commit
mailing list