From 51ba6ad64261ac22cfedbab29d1340815e43132d Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 2 Jan 2003 10:46:52 +0000 Subject: [PATCH] Define forum type all the time --- mod/forum/mod.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/forum/mod.html b/mod/forum/mod.html index 0c8674a8b4..b2c7fab8d8 100644 --- a/mod/forum/mod.html +++ b/mod/forum/mod.html @@ -39,8 +39,10 @@ } if ($form->type == "news") { print_string("namenews", "forum"); + echo ""; } else if ($form->type == "social") { print_string("namesocial", "forum"); + echo ""; } else { choose_from_menu($FORUM_TYPES, "type", $form->type, ""); helpbutton("forumtype", get_string("forumtype", "forum"), "forum"); -- 2.39.5