The "Taxonomy API change" section in http://drupal.org/node/22218 should be updated to reflect the recent changes to the taxonomy_save_xxx() functions in taxonomy.module (see http://drupal.org/node/19621).

Comments

DriesK’s picture

Assigned: Unassigned » DriesK
Status: Active » Fixed

changed from

switch (taxonomy_save_vocabulary($edit)) {

into

list($status, $object) = array_values(taxonomy_save_vocabulary($edit));
switch ($status) {
kmr2005’s picture

Anonymous’s picture

pem’s picture

Status: Fixed » Closed (fixed)