]> git.mjollnir.org Git - moodle.git/commitdiff
Added parsing of links
authormoodler <moodler>
Mon, 7 Jul 2003 13:23:33 +0000 (13:23 +0000)
committermoodler <moodler>
Mon, 7 Jul 2003 13:23:33 +0000 (13:23 +0000)
mod/chat/lib.php

index 7e6b1e4bd5533b634ea915bbe9640694f6c90045..dc209e29aba12b42588f34044f01b2bfe8cae43e 100644 (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>";