mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Added parsing of links
This commit is contained in:
parent
0927b54b4d
commit
0485fe6551
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user