The implementation of hook_nodeapi() will evaluate or escape any PHP code in the node when the node is edited because it calls node_prepare() under the 'prepare' case of the nodeapi. My understanding is that node_prepare() does not need to be called here, so commenting line 49 is sufficient.

CommentFileSizeAuthor
nodeteaser.zip2.94 KBpkrecker