[Rt-commit] r4415 - in rt/branches/3.5-TESTING: lib/RT
kevinr at bestpractical.com
kevinr at bestpractical.com
Thu Jan 19 22:51:48 EST 2006
Author: kevinr
Date: Thu Jan 19 22:51:48 2006
New Revision: 4415
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/lib/RT/Record.pm
Log:
r10391 at sad-girl-in-snow: kevinr | 2006-01-18 16:32:59 -0500
RT-Ticket: 7143
RT-Status: open
RT-Update: correspond
Made minor cleanups to RT::Record (thanks to Ruslan Zakirov)
Modified: rt/branches/3.5-TESTING/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.5-TESTING/lib/RT/Record.pm (original)
+++ rt/branches/3.5-TESTING/lib/RT/Record.pm Thu Jan 19 22:51:48 2006
@@ -821,7 +821,10 @@
elsif ($RT::DropLongAttachments) {
# drop the attachment on the floor
- $RT::Logger->info( "$self: Dropped an attachment of size " . length($Body) . "\n" . "It started: " . substr( $Body, 0, 60 ) . "\n" );
+ $RT::Logger->info( "$self: Dropped an attachment of size "
+ . length($Body) . "\n"
+ . "It started: " . substr( $Body, 0, 60 ) . "\n"
+ );
return ("none", "Large attachment dropped" );
}
}
More information about the Rt-commit
mailing list