Changeset 1580
- Timestamp:
- 03/31/08 10:45:31 (5 months ago)
- Files:
-
- branches/punbb-1.3-dev/upload/extern.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/punbb-1.3-dev/upload/extern.php
r1579 r1580 314 314 'title' => $lang_common['RSS reply'].$cur_topic['subject'], 315 315 'link' => pun_link($pun_url['post'], $cur_post['id']), 316 'description' => $cur_post['message'],316 'description' => ($pun_config['o_censoring'] == '1') ? censor_words($cur_post['message']) : $cur_post['message'], 317 317 'author' => $cur_post['poster'], 318 318 'pubdate' => $cur_post['posted']
