Added parsing of links

This commit is contained in:
moodler 2003-07-07 13:23:33 +00:00
parent 0927b54b4d
commit 0485fe6551

View File

@ -382,6 +382,7 @@ function chat_format_message($userid, $chatid, $timestamp, $message, $system=fal
}
}
convert_urls_into_links($message);
replace_smilies($message);
$output = "<table><tr><td valign=top>$picture</td><td>";