The documentation for function taxonomy_check_vocabulary_hierarchystarts with the following line in D6:
Dynamicly check and update the hierarachy flag of a vocabulary.
The first word is misspelled. It is correct in D7.
You can see this on http://api.drupal.org/api/function/taxonomy_check_vocabulary_hierarchy/6 and on http://api.drupal.org/api/file/modules/taxonomy/taxonomy.module/6 (which is where I noticed it - rather glaring on that page, as it's the first function listed).
I'll make a patch shortly...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 447916-D6.patch | 706 bytes | jhodgdon |
Comments
Comment #1
jhodgdonHere's a patch for D6. The function doesn't exist in D5, and someone already fixed the spelling error in D7 (I didn't find an issue about it though).
Comment #2
lambic commentedpatch is fine
Comment #3
gábor hojtsyThanks, committed to Drupal 6.