Changeset 4907
- Timestamp:
- 12/28/07 22:46:37 (11 months ago)
- Files:
-
- 1 modified
-
trunk/lib/model/blog.rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/model/blog.rss.php
r4898 r4907 164 164 'guid' => $commentURL 165 165 ); 166 if($row['secret']) $item[' description'] = _t('비밀 댓글입니다');166 if($row['secret']) $item['author'] = $item['description'] = _t('비밀 댓글입니다'); 167 167 array_push($channel['items'], $item); 168 168 }
