From 36a0b17f630f6e7fc74f5a606589d30d36add1fa Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 9 Mar 2004 21:34:24 +0000 Subject: - Patch #3786 by Gerhard: removed last instance of --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 5e4079091..22ea82c30 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -58,7 +58,7 @@ function forum_settings() { if ($voc) { $group = form_select(t('Forum vocabulary'), 'forum_nav_vocabulary', variable_get('forum_nav_vocabulary', ''), $vocs, t("The taxonomy vocabulary that will be used as the navigation tree. The vacabulary's terms define the forums.")); - $group .= _taxonomy_term_select(t('Containers'), 'forum_containers', variable_get('forum_containers', array()), variable_get('forum_nav_vocabulary', ''), t('You can choose forums which will not have topics, but will be just containers for other forums. This lets you both group and nest forums.'), 1, t('')); + $group .= _taxonomy_term_select(t('Containers'), 'forum_containers', variable_get('forum_containers', array()), variable_get('forum_nav_vocabulary', ''), t('You can choose forums which will not have topics, but will be just containers for other forums. This lets you both group and nest forums.'), 1, '<'. t('none') .'>'); $output = form_group(t('Forum structure settings'), $group); -- cgit v1.2.3