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 ...@@ -692,8 +692,8 @@ sub update
SET description = $quoteddescription , SET description = $quoteddescription ,
mimetype = $quotedcontenttype , mimetype = $quotedcontenttype ,
ispatch = $::FORM{'ispatch'} , ispatch = $::FORM{'ispatch'} ,
isobsolete = $::FORM{'isobsolete'} isobsolete = $::FORM{'isobsolete'} ,
isprivate = $::FORM{'isprivate'} , isprivate = $::FORM{'isprivate'}
WHERE attach_id = $::FORM{'id'} 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