Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Oct 2005 at 14:52 UTC
Updated:
11 Nov 2005 at 14:00 UTC
forum.module uses _forum_depth(), which is depricated. The same function is present in the taxonomy.module, and does exactly the same thing.. Here it's called, _taxonomy_depth()..
Attached small patch removes the function _forum_depth() and all it's references..
Please review and apply...
| Comment | File | Size | Author |
|---|---|---|---|
| forum-module_1.patch | 1.88 KB | Stefan Nagtegaal |
Comments
Comment #1
sethcohn commented+1
Forums already require taxonomy.module, so no new dependancy is added, code is simplified.
Comment #2
moshe weitzman commentedi read through this simple patch and it is ready for commit.
Comment #3
dries commentedCommitted to HEAD. Good catch.
Comment #4
(not verified) commented