댓글 입력시 이름이 꼭 있도록 쿼리 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2770 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-15 10:18:42 +00:00
parent a99105455e
commit 01d03d86ac
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,6 @@
// document model 객체 생성
$oDocumentModel = &getModel('document');
// 원본글을 가져옴
if(!$manual_inserted) {
$oDocument = $oDocumentModel->getDocument($document_srl);