Mercurial > defr > drupal > core
diff modules/forum/forum.module @ 15:4347c45bb494 6.7
Drupal 6.7
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:44 +0100 |
parents | fff6d4c8c043 |
children |
line wrap: on
line diff
--- a/modules/forum/forum.module Tue Dec 23 14:32:33 2008 +0100 +++ b/modules/forum/forum.module Tue Dec 23 14:32:44 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: forum.module,v 1.448.2.4 2008/04/25 20:39:54 goba Exp $ +// $Id: forum.module,v 1.448.2.5 2008/10/24 19:07:47 dries Exp $ /** * @file @@ -378,7 +378,7 @@ // 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. @@ -563,7 +563,7 @@ global $user, $forum_topic_list_header; $forum_topic_list_header = array( - array('data' => ' ', 'field' => NULL), + NULL, array('data' => t('Topic'), 'field' => 'n.title'), array('data' => t('Replies'), 'field' => 'l.comment_count'), array('data' => t('Created'), 'field' => 'n.created'),