In D6 (v6.10 at least) there is no hook_profile_final() so the documentation should say:

function foo_profile_tasks(&$task, $url) {
  if ($task == 'profile') {
    install_include(foo_profile_modules());
    // Whatever else you need to do...
  }
}

Comments

dww’s picture

Status: Needs review » Fixed

Fixed that line in and the english instructions above it to match. Committed to DRUPAL-6--2. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.