7 calls to taxonomy_save_vocabulary() in Drupal 6
- forum_enable in modules/
forum/ forum.install - forum_update_6000 in modules/
forum/ forum.install - Create the forum vocabulary if does not exist. Assign the vocabulary a low weight so it will appear first in forum topic create and edit forms. Do not just call forum_enable() because in future versions it might do something different.
- taxonomy_check_vocabulary_hierarchy in modules/
taxonomy/ taxonomy.module - Dynamically check and update the hierarachy flag of a vocabulary. Checks and updates the hierarchy flag of a vocabulary.
- taxonomy_form_term_submit in modules/
taxonomy/ taxonomy.admin.inc - Submit handler to insert or update a term.
- taxonomy_form_vocabulary_submit in modules/
taxonomy/ taxonomy.admin.inc - Accept the form submission for a vocabulary and save the results.
- taxonomy_overview_terms_submit in modules/
taxonomy/ taxonomy.admin.inc - Submit handler for terms overview form.
- taxonomy_overview_vocabularies_submit in modules/
taxonomy/ taxonomy.admin.inc - Submit handler for vocabularies overview. Updates changed vocabulary weights.