Posted by estoyanov on September 19, 2005 at 8:59pm
| Project: | Whatsrelated |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.