#223 웹진형 스킨에서 테이블이 깨어지는 것은 display_no의 값이 불필요하게 추가된 부분이라 이 부분 재수정 하였습니다. 그리고 댓글들에서 이름이나 날짜옆에 점이 노출되는 li style문제도 수정하였습니다

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2746 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-12 01:13:11 +00:00
parent 4b64a4bec2
commit 27fb2efd26
5 changed files with 21 additions and 18 deletions

View file

@ -209,6 +209,7 @@
$obj = null;
$obj = $oDocument->getObjectVars();
$obj->module_srl = $module_srl;
$obj->document_srl = getNextSequence();
$obj->category_srl = $category_srl;
$obj->password_is_hashed = true;