mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
게시글 복사시 댓글의 시간 보존 해주기
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3959 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ee0f76958a
commit
993ad00b28
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
// 내용에서 제로보드XE만의 태그를 삭제
|
||||
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
||||
$obj->regdate = date("YmdHis");
|
||||
if(!$obj->regdate) $obj->regdate = date("YmdHis");
|
||||
|
||||
// 세션에서 최고 관리자가 아니면 iframe, script 제거
|
||||
if($logged_info->is_admin != 'Y') $obj->content = removeHackTag($obj->content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue