diff options
author | lpsolit%gmail.com <> | 2005-06-21 03:04:24 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-06-21 03:04:24 +0000 |
commit | 4436350287ea47c1714a2ae583895f04f84a6231 (patch) | |
tree | 8c9cb03bed45100493e3fe10a529b575a9624fb6 /attachment.cgi | |
parent | Bug 296887: Do not display the quip entry field when quip_list_entry_control ... (diff) | |
download | bugzilla-4436350287ea47c1714a2ae583895f04f84a6231.tar.gz bugzilla-4436350287ea47c1714a2ae583895f04f84a6231.tar.bz2 bugzilla-4436350287ea47c1714a2ae583895f04f84a6231.zip |
Bug 180792: Setting and/or updating flags does not update last changed date - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi index 8b9bdaafd..0ed608c52 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -1251,7 +1251,7 @@ sub update # If the user submitted a comment while editing the attachment, # add the comment to the bug. - if (defined $cgi->param('comment')) + if ($cgi->param('comment')) { # Prepend a string to the comment to let users know that the comment came # from the "edit attachment" screen. |