Changeset 4907

Show
Ignore:
Timestamp:
12/28/07 22:46:37 (11 months ago)
Author:
inureyes
Message:

#774

  • 비밀 덧글 작성자의 필명도 노출되지 않도록 함
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/model/blog.rss.php

    r4898 r4907  
    164164            'guid' => $commentURL 
    165165        ); 
    166         if($row['secret']) $item['description'] = _t('비밀 댓글입니다'); 
     166        if($row['secret']) $item['author'] = $item['description'] = _t('비밀 댓글입니다'); 
    167167        array_push($channel['items'], $item); 
    168168    }