Posted by Stefan Nagtegaal on October 25, 2005 at 2:52pm
Jump to:
| Project: | Drupal core |
| Version: | x.y.z |
| Component: | forum.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Stefan Nagtegaal |
| Status: | closed (fixed) |
Issue Summary
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...
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| forum-module_1.patch | 1.88 KB | Ignored: Check issue status. | None | None |
Comments
#1
+1
Forums already require taxonomy.module, so no new dependancy is added, code is simplified.
#2
i read through this simple patch and it is ready for commit.
#3
Committed to HEAD. Good catch.
#4