summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-02-06 19:38:28 +0000
committerDries Buytaert <dries@buytaert.net>2008-02-06 19:38:28 +0000
commitb8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6 (patch)
tree0dff0188249d8c3d2999d9b4342e3c1e99711b9e /modules/forum
parentbddba847f569f872aefa1618d2fe49d69f274c63 (diff)
downloadbrdo-b8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6.tar.gz
brdo-b8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6.tar.bz2
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index ad6844e2d..491f49eab 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -372,7 +372,7 @@ function forum_form_alter(&$form, $form_state, $form_id) {
// Hide multiple parents select from forum terms.
elseif ($form_id == 'taxonomy_form_term') {
$form['advanced']['parent']['#access'] = FALSE;
- }
+ }
}
if ($form_id == 'forum_node_form') {
// Make the vocabulary required for 'real' forum-nodes.