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
Родитель f8e598a3c0
Коммит 872da55332
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'};