Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2008 at 00:18 UTC
Updated:
27 Dec 2008 at 14:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
liam mcdermott commentedI just did a grep from the Drupal root and it seems that function isn't called at all. Maybe it's still in there to help with theming?
Comment #2
michelleYeah, I can't find a use for it, either, and http://api.drupal.org/api/function/_forum_new/7/references doesn't show anything but itself.
Michelle
Comment #3
ainigma32 commentedWell it's still in there. I'll see if I can roll a patch that removes it and see what people think.
- Arie
Comment #4
liam mcdermott commentedComment #5
swentel commentedfunctions really is obsolete, used once a long time a ago in forum_page() .. patch removes this function.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks.