mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1525 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
188e64c603
commit
d0df5dc120
1 changed files with 2 additions and 2 deletions
|
|
@ -304,9 +304,9 @@
|
|||
$post->userid = $val->user_id;
|
||||
$post->mt_allow_pings = 0;
|
||||
$post->mt_allow_comments = $val->allow_comment=='Y'?1:0;
|
||||
$post->description = $val->content;
|
||||
$post->description = htmlspecialchars($val->content);
|
||||
$post->postid = $val->document_srl;
|
||||
$post->title = $val->title;
|
||||
$post->title = htmlspecialchars($val->title);
|
||||
|
||||
$year = substr($val->regdate,0,4);
|
||||
$month = substr($val->regdate,4,2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue