Backing out bug 180792. A table is locked as READ while my patch tries to write in it :(

git-svn-id: svn://10.0.0.236/trunk@174886 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2005-06-20 22:20:50 +00:00
parent 20925cb10c
commit 66a6bcfa70
2 changed files with 1 additions and 4 deletions

View File

@@ -1251,7 +1251,7 @@ sub update
# If the user submitted a comment while editing the attachment,
# add the comment to the bug.
if ($cgi->param('comment'))
if (defined $cgi->param('comment'))
{
# Prepend a string to the comment to let users know that the comment came
# from the "edit attachment" screen.