$view_content = $view['content'];
$view_content = isset($view['content']) ? $view['content'] : '';
if (function_exists('autolink')) {
$view_content = autolink($view_content, $bo_table);
}
if (function_exists('convert_emoticon')) {
$view_content = convert_emoticon($view_co
$comment = $list[$i]['content'];
$comment = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp|mms)\:\/\/([^[:space:]]+)\.(mp3|wma|wmv|asf|asx|mpg|mpeg)\".*\<\/a\>\]/i", "<script>doc_write(obj_movie('$1://$2.$3'));</script>", $comment);
$comment = isset($list[$i]['content']) ? $list[$i]['content'] : '';
if (function_exists('autolink')) {
$comment = autolink($comment, $bo_table);
}
if (function_exists('convert_emoticon')) {
$comment = convert_emoticon($comment);
}
$co