So the brass over here have me working on a Drupal project (yay of yays!) and they've convinced me that the best way to do stuff is to use install profiles. Anyway, I used drush to fetch all the modules I needed and everything was going fine until I got to the step where I had to use this module to import taxonomy stuffos. Using the latest stable release of taxonomy_export, it blew up claiming that the function _taxonomy_export_prepare_import_data() didn't exist. We checked, it didn't.

However, Katherine mentioned that the function existed in her version, which got us into digging through the CVS. Turns out your latest dev version in CVS has this function and the code in install_profile_api is using it... but it's not in your stable version -- hence the reason for this bug report.

Comments

James Andres’s picture

Status: Needs work » Fixed

Hi Dan! 'tis fixed, please wait a few minutes for the release to build itself.

Status: Fixed » Closed (fixed)

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