[Rt-commit] r5480 - rt/branches/3.4-RELEASE/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Tue Jun 27 20:05:49 EDT 2006


Author: ruz
Date: Tue Jun 27 20:05:49 2006
New Revision: 5480

Modified:
   rt/branches/3.4-RELEASE/lib/RT/Record.pm

Log:
* minor formatting

Modified: rt/branches/3.4-RELEASE/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Record.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Record.pm	Tue Jun 27 20:05:49 2006
@@ -817,7 +817,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