mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
방명록 댓글 삭제 페이지에 변수가 잘못 입력되었음.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3125 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
007b55d368
commit
5ebbd79d36
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue