From 310da1666a77876dc1db3aa27254d947fc8025ee Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 31 Jul 2002 15:09:39 +0000 Subject: [PATCH] Fixed subscribe info for students --- mod/forum/view.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod/forum/view.php b/mod/forum/view.php index c67b7874d6..84a5a4c62d 100644 --- a/mod/forum/view.php +++ b/mod/forum/view.php @@ -76,13 +76,15 @@ echo ""; $subtext = "id\">Show subscribers"; echo "
$subtext
"; + } else { + echo "
$subtext
"; } if (forum_is_subscribed($USER->id, $forum->id)) { $subtext = "Unsubscribe me"; } else { $subtext = "Subscribe me"; } - $subtext = "id\">$subtext"; + $subtext = "id\">$subtext"; echo "
$subtext
"; } } -- 2.39.5