Comment-only fix: be honest about where we put that string! r=ssdbot

This commit is contained in:
kiko%async.com.br 2004-10-31 00:50:28 +00:00
parent c0e2199948
commit 24e667e4b3

View File

@ -1160,7 +1160,7 @@ sub update
$Text::Wrap::columns = 80;
$Text::Wrap::huge = 'wrap';
# Append a string to the comment to let users know that the comment came from
# Prepend a string to the comment to let users know that the comment came from
# the "edit attachment" screen.
my $comment = qq|(From update of attachment $::FORM{'id'})\n| . $::FORM{'comment'};