taxonomy

taxonomy_vocabulary_load

Heads up, if you're using taxonomy_get_vocabulary somewhere deep within your module or snippet.

The function has been re-named in drupal 6. It's now taxonomy_vocabulary_load.

Of course, you can future-proof your snippet (it would be silly and/or lazy to do the following in a module) by simply writing:

Taxonomy Functions (and a Taxonomy Function Gotcha)

I've been working on a custom module recently that periodically imports data from a MS SQL database via (thankfully!) a web service. One interesting chore so far has been setting up the .install file so that the taxonomy tables are pre-populated with the same terms used by the incoming data.

Syndicate content