From 0485fe65517e53681254b98c06b33d6a3eb825af Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 7 Jul 2003 13:23:33 +0000 Subject: [PATCH] Added parsing of links --- mod/chat/lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/chat/lib.php b/mod/chat/lib.php index 7e6b1e4bd5..dc209e29ab 100644 --- a/mod/chat/lib.php +++ b/mod/chat/lib.php @@ -382,6 +382,7 @@ function chat_format_message($userid, $chatid, $timestamp, $message, $system=fal } } + convert_urls_into_links($message); replace_smilies($message); $output = "
$picture"; -- 2.39.5