The stub this module created had the parameters the wrong way round for D5: see http://api.drupal.org/api/function/hook_link_alter/5
I got:
function nodelinks_link_alter(&$links, $node) {
Should have got:
function nodelinks_link_alter(&$node, &$links) {
Comments
Comment #1
joachim commentedhttp://drupal.org/node/267197