Skip to content

Commit

Permalink
DNN-3548 : Journal Save Comment Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenguyen committed Sep 10, 2013
1 parent ac0f047 commit 9ac303f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,10 @@ BEGIN
SET CommentXML.modify('replace value of (/root/comment[1]/text())[1] with sql:variable("@cdataComment")'),
Comment = NULL
WHERE JournalId = @JournalId AND CommentId = @CommentId AND CommentXML.exist('/root/comment') = 1
END

SELECT @CommentId
END
END
SELECT @CommentId

GO


Expand Down

0 comments on commit 9ac303f

Please sign in to comment.