Код: Выделить всё
[quote="Alex"]тест[/quote]
тест
Код: Выделить всё
[quote="Alex"]тест[/quote]
тест
Код: Выделить всё
// Use trim to get rid of spaces placed there by MS-SQL 2000
$quote_username = ( trim($post_info['post_username']) != '' ) ? $post_info['post_username'] : $post_info['username'];
$message = '[quote="' . $quote_username . '"]' . $message . '[/quote]';
Код: Выделить всё
[quote]тест[/quote]
Код: Выделить всё
// Use trim to get rid of spaces placed there by MS-SQL 2000
$quote_username = ( trim($post_info['post_username']) != '' ) ? $post_info['post_username'] : $post_info['username'];
$message = '[quote]' . $message . '[/quote]';