mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
개발하면서 넣어둔 코드 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6401 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
67c9ff19d1
commit
46348c31a9
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class planetWAP extends planet {
|
|||
foreach($output->data as $no => $item) {
|
||||
$obj = null;
|
||||
$obj['href'] = getUrl('mid',$_GET['mid'],'document_srl',$item->get('document_srl'), 'act', 'dispPlanetContentCommentList');
|
||||
$obj['link'] = $item->get('document_srl').'['.htmlspecialchars($item->getNickName()).'] '."\n";
|
||||
$obj['link'] = '['.htmlspecialchars($item->getNickName()).'] '."\n";
|
||||
$obj['link'] .= htmlspecialchars(strip_tags($item->getContent()));
|
||||
if($item->getPostScript()) $obj['extra'] = Context::getLang('planet_postscript').htmlspecialchars($item->getPostScript());
|
||||
if(is_array($item->getArrTags())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue