From 4067b96821933caa363bfd78634c26a03eb7ed2f Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 22 Oct 2006 08:25:51 +0000 Subject: [PATCH] Merged missing from stable --- mod/forum/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/forum/index.php b/mod/forum/index.php index efd50e6cc3..940452258e 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -185,7 +185,7 @@ $unreadlink .= ''; } else { - $unreadlink = ''.$unread.''; + $unreadlink = ''.$unread.''; } @@ -476,4 +476,4 @@ print_footer($course); -?> \ No newline at end of file +?> -- 2.39.5