From 3b543c18f58bf0aa4fe5eec7071a88d58a003e9f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 25 Jan 2007 22:14:06 +0000 Subject: - Rollback of E_ALL patch. Too much extra breakage. --- modules/forum/forum.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 4db6c8ee1..23cab35e8 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -439,7 +439,7 @@ function forum_form_container($edit = array()) { '#title' => t('Container name'), '#type' => 'textfield', '#default_value' => $edit['name'], - '#maxlength' => 64, + '#maxlength' => 255, '#description' => t('The container name is used to identify related forums.'), '#required' => TRUE ); @@ -496,7 +496,7 @@ function forum_form_forum($edit = array()) { $form['name'] = array('#type' => 'textfield', '#title' => t('Forum name'), '#default_value' => $edit['name'], - '#maxlength' => 64, + '#maxlength' => 255, '#description' => t('The forum name is used to identify related discussions.'), '#required' => TRUE, ); -- cgit v1.2.3