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

joachim’s picture

Status: Active » Closed (duplicate)