git-svn-id: http://xe-core.googlecode.com/svn/trunk@1525 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-01 04:10:36 +00:00
parent 188e64c603
commit d0df5dc120

View file

@ -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);