diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-03-28 14:08:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-03-28 14:08:23 +0000 |
commit | b20618aa129e670ee8e9934acba071b7d890ce61 (patch) | |
tree | e2d1abf5db33ee94b357243cf6d742bbea4608b1 /modules/forum/forum.module | |
parent | cb34d838f32095d551fbd81f5655205126811725 (diff) | |
download | brdo-b20618aa129e670ee8e9934acba071b7d890ce61.tar.gz brdo-b20618aa129e670ee8e9934acba071b7d890ce61.tar.bz2 |
- Patch #128866 by Gabor et al: new language subsystem fixes.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 6 |
1 files changed, 3 insertions, 3 deletions
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', |