방명록 댓글 삭제 페이지에 변수가 잘못 입력되었음.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3125 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-12-01 00:08:05 +00:00
parent 007b55d368
commit 5ebbd79d36

View file

@ -10,8 +10,8 @@
<form action="./" method="get" onsubmit="return procFilter(this, delete_comment)">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="document_srl" value="{$oComment->get('document_srl')}" />
<input type="hidden" name="comment_srl" value="{$oComment->get('comment_srl')}" />
<input type="hidden" name="document_srl" value="{$comment->get('document_srl')}" />
<input type="hidden" name="comment_srl" value="{$comment->get('comment_srl')}" />
<div class="inputPassword tCenter">
<span class="button"><input type="submit" value="{$lang->cmd_delete}" accesskey="s" /></span>