[Rt-commit] r5184 - in rt/branches/3.4-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Mon May 8 22:32:11 EDT 2006
Author: jesse
Date: Mon May 8 22:32:10 2006
New Revision: 5184
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
Log:
r13314 at hualien: jesse | 2006-05-08 12:14:26 -0400
* Minor reformatting
Modified: rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm Mon May 8 22:32:10 2006
@@ -864,12 +864,8 @@
MIMEObj => $Message
);
$RT::Logger->crit( $args{'action'} . " type unknown for $MessageId" );
- return (
- -75,
- "Configuration error: "
- . $args{'action'}
- . " not a recognized action",
- $Ticket
+ return ( -75, "Configuration error: " . $args{'action'}
+ . " not a recognized action", $Ticket
);
}
More information about the Rt-commit
mailing list