From 9a2efc9fb05f699735ae414c6234b206dc9c5644 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 14 May 2003 07:47:04 +0000 Subject: [PATCH] Don't be so pushy about subscription --- mod/forum/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/post.html b/mod/forum/post.html index 5c36ca7611..5b105d51ac 100644 --- a/mod/forum/post.html +++ b/mod/forum/post.html @@ -70,7 +70,7 @@ } else { $options[0] = get_string("unsubscribed", "forum"); $options[1] = get_string("subscribe", "forum"); - choose_from_menu($options, "subscribe", 1, ""); + choose_from_menu($options, "subscribe", 0, ""); } } helpbutton("subscription", get_string("subscription", "forum"), "forum"); -- 2.39.5