From b20618aa129e670ee8e9934acba071b7d890ce61 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 28 Mar 2007 14:08:23 +0000 Subject: - Patch #128866 by Gabor et al: new language subsystem fixes. --- modules/forum/forum.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index c815d697a..dcb2f9f85 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -505,9 +505,9 @@ function forum_form_main($type, $edit = array()) { */ function forum_form_forum($edit = array()) { $edit += array( - 'name' => '', - 'description' => '', - 'tid' => NULL, + 'name' => '', + 'description' => '', + 'tid' => NULL, 'weight' => 0, ); $form['name'] = array('#type' => 'textfield', -- cgit v1.2.3