Commit 942165b8 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Fixed merge problem from checkin of 143826 - No bug

parent 89ab384c
......@@ -692,8 +692,8 @@ sub update
SET description = $quoteddescription ,
mimetype = $quotedcontenttype ,
ispatch = $::FORM{'ispatch'} ,
isobsolete = $::FORM{'isobsolete'}
isprivate = $::FORM{'isprivate'} ,
isobsolete = $::FORM{'isobsolete'} ,
isprivate = $::FORM{'isprivate'}
WHERE attach_id = $::FORM{'id'}
");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment