Small change needed in module code - Taxonomy is not working with the current one
estoyanov - September 19, 2005 - 20:59
| Project: | Whatsrelated |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Hi,
Instead of the following fragment:
if (function_exists('taxonomy_node_form')) {
$output .= implode('', taxonomy_node_form('node_example', $node));
}
there should be
if (function_exists('taxonomy_node_form')) {
$output .= implode('', taxonomy_node_form('whatsrelated', $node));
}
thus allowing the whatsrelated entries to be catogorized.
