3 Mar
2005
3 Mar
'05
8:33 p.m.
Issue status update for http://drupal.org/node/18328 Project: Drupal Version: cvs Component: forum.module Category: tasks Priority: normal Assigned to: drumm Reported by: drumm Updated by: drumm Status: patch Attachment: http://drupal.org/files/issues/forum.module_1.diff (2.88 KB) Currently the two forum topic blocks share a number of topics in block setting. This is a bit confusing since configuring one block should not affect another block. To finish this properly we should have a db update to copy the value of 'forum_block_num' to 'forum_block_num_0' and 'forum_block_num_1' and then delete 'forum_block_num'. Fixed some indentation as well. drumm