]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 109240: fixes the regression that changed the way comments regarding...
authormyk%mozilla.org <>
Tue, 20 Nov 2001 10:59:55 +0000 (10:59 +0000)
committermyk%mozilla.org <>
Tue, 20 Nov 2001 10:59:55 +0000 (10:59 +0000)
Patch by Jake <jake@acutex.net>.
r=myk@mozilla.org, no second review needed.

attachment.cgi

index 8792b4aec64d16bf2fefed2c62e2d592ae9467ef..d908a5ebd29b99af89ba7da31e94e7e67e5a1fed 100755 (executable)
@@ -485,7 +485,7 @@ sub insert
   my $attachid = FetchOneColumn();
 
   # Insert a comment about the new attachment into the database.
-  my $comment = "Created an attachment (id=$attachid)$::FORM{'description'}\n";
+  my $comment = "Created an attachment (id=$attachid)\n$::FORM{'description'}\n";
   $comment .= ("\n" . $::FORM{'comment'}) if $::FORM{'comment'};
 
   use Text::Wrap;