Changeset 1580

Show
Ignore:
Timestamp:
03/31/08 10:45:31 (5 months ago)
Author:
Neal
Message:

Fixed censoring not being properly applied to the contents of a post in extern.php.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/extern.php

    r1579 r1580  
    314314                                'title'                 =>      $lang_common['RSS reply'].$cur_topic['subject'], 
    315315                                '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'], 
    317317                                'author'                =>      $cur_post['poster'], 
    318318                                'pubdate'               =>      $cur_post['posted']