Код: Выделить всё
© ppkBB3cker 2008-2010 @ PPK
loganxfi
levik
Код: Выделить всё
'SUBJECT' => 'Re: ' . censor_text($topic_data['topic_title']),
Код: Выделить всё
'SUBJECT' => '' . censor_text($topic_data['topic_title']),
Код: Выделить всё
$post_data['post_subject'] = ((strpos($post_data['post_subject'], 'Re: ') !== 0) ? 'Re: ' : '') . censor_text($post_data['post_subject']);
Код: Выделить всё
$post_data['post_subject'] = ((strpos($post_data['post_subject'], 'Re: ') !== 0) ? '' : '') . censor_text($post_data['post_subject']);
PPK